Skip to content

Commit c35adf7

Browse files
leqtrungitlequoctrung-itnorbusan
authored
#8933 Add languages to dropdown menu (#8945)
* bring translation files from backend to frontend and add options to dropdown * sort language options by alphabet * resolve conflicts language files * remove unnecessary files --------- Co-authored-by: lequoctrung-it <leqtrungit@DESKTOP-2J4TIEO> Co-authored-by: Norbert Preining <[email protected]>
1 parent 75073a6 commit c35adf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/services/l10n.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,21 @@ export default class L10nService extends L10n {
1717
return {
1818
'ar' : 'عربي',
1919
'bn' : 'বাংলা',
20+
'ca' : 'Català',
2021
'de' : 'Deutsch',
2122
'en' : 'English',
2223
'es' : 'Español',
2324
'fr' : 'Français',
2425
'hi' : 'हिंदी',
26+
'hr' : 'Hrvatski',
2527
'id' : 'Bahasa Indonesia',
2628
'ja' : '日本語',
2729
'ko' : '한국어',
2830
'nb_NO' : 'Norsk bokmål',
2931
'pl' : 'Polski',
3032
'ru' : 'Русский',
3133
'sv' : 'Svenska',
34+
'te' : 'తెలుగు',
3235
'th' : 'ไทย',
3336
'vi' : 'Tiếng Việt',
3437
'zh_Hans' : '中文(简体)',

0 commit comments

Comments
 (0)