You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#6587. Added language self names in strings-app.js that will be used in favor of localized version for switch language menu. If it doesn't have a self name it will revert back to the current language translation and if that doesn't exist it will default to the English name.
The ones that didn't have a translation in their specific locale files are: Italian, Norwegian, Polish, and Russian. I didn't want to use use Google Translate or some other method for finding out the self names. I'm hoping that we can get people who are more familiar with the language to fill in these gaps.
We could get rid of a lot of them right now since most of the language self name list is complete. However, once we get a complete list of language self names I don't see a reason to keep any of the normal translation strings around.
I think it'd be good enough to take the self translations from the Google language dialog or something similar.
But needn't we some changes in the Dialog itself, too?
Thanks for the link to the Google Language settings page, I was able to pull the remaining self names from that list. I've also gone through and removed the rest of the LOCALE_** from the original string.js file per language too.
What were you thinking about changes to the Dialog itself?
@RaymondLim Sorry about that. The CodeMirror module should now be up-to-date and I've re-updated to Master as of 2/23/14. Let me know if you need anything else.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#6587. Added language self names in strings-app.js that will be used in favor of localized version for switch language menu. If it doesn't have a self name it will revert back to the current language translation and if that doesn't exist it will default to the English name.
The ones that didn't have a translation in their specific locale files are: Italian, Norwegian, Polish, and Russian. I didn't want to use use Google Translate or some other method for finding out the self names. I'm hoping that we can get people who are more familiar with the language to fill in these gaps.