-
Couldn't load subscription status.
- Fork 1.8k
fix: spelling and sort languages in alphabetical order #5391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,21 +14,21 @@ export default class L10nService extends L10n { | |
| @computed(function() { | ||
| return { | ||
| 'bn' : 'বাংলা', | ||
| 'zh_Hans' : '中文 (简化版)', | ||
| 'zh_Hant' : '中文 (傳統的)', | ||
| 'zh_Hans' : '中文(简体)', | ||
| 'zh_Hant' : '中文(繁體)', | ||
Soumi150 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 'de' : 'Deutsch', | ||
| 'en' : 'English', | ||
| 'fr' : 'français', | ||
| 'de' : 'Deutsche', | ||
| 'id' : 'bahasa Indonesia', | ||
| 'ko' : '한국어', | ||
| 'pl' : 'Polskie', | ||
| 'es' : 'Español', | ||
| 'th' : 'ไทย', | ||
| 'vi' : 'Tiếng Việt', | ||
| 'fr' : 'Français', | ||
| 'hi' : 'हिंदी', | ||
| 'id' : 'Bahasa Indonesia', | ||
| 'ja' : '日本語', | ||
| 'ru' : 'русский' | ||
| }; | ||
| 'ko' : '한국어', | ||
|
||
| 'pl' : 'Polski', | ||
| 'ru' : 'Русский', | ||
| 'th' : 'ไทย', | ||
| 'vi' : 'Tiếng Việt', | ||
| }; | ||
| }) | ||
| availableLocales; | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.