-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Locale descriptions in switching language modal. #3704
Conversation
@tammo Before we can merge your pull request, you need to sign up our CLA which is available at http://dev.brackets.io/brackets-contributor-license-agreement.html |
"LOCALE_PT_PT" : "Portuguese", | ||
"LOCALE_RU" : "Russian", | ||
"LOCALE_SV" : "Swedish", | ||
"LOCALE_TR" : "Turkish ", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we have a trailing space here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought i stick to the formatting thats used across the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I was referring to the extra space after the word "Turkish".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah sorry, that space should not be there ;)
Done with initial review. |
signing CLA ✓ |
Looks good. Merging. |
Locale descriptions in switching language modal.
Thanks @tammo. I've moved the trello card https://trello.com/c/Pjw3vGt2 to our Brackets History - Community Done list. |
Here i take up the pull request #3677.
I added english i18n for the locales and i moved them in the strings.js to the modal strings.
additional infos:
issue #1461
card https://trello.com/c/Pjw3vGt2
I also removed the locale label string, because a short descriptions "feels" a lot more usable than a locale in ( ). So now there will be plain "English" instead of "en". And because of the fallback there wont be a plain locale in the modal anymore.