feat(i18n): add Luxembourgish language support (#2671)
This commit is contained in:
@@ -63,6 +63,10 @@ export const availableLanguages: AvailableLanguageObject = {
|
||||
code: 'it',
|
||||
display: 'Italiano',
|
||||
},
|
||||
lb: {
|
||||
code: 'lb',
|
||||
display: 'Lëtzebuergesch',
|
||||
},
|
||||
lt: {
|
||||
code: 'lt',
|
||||
display: 'Lietuvių',
|
||||
|
||||
@@ -65,6 +65,8 @@ const loadLocaleData = (locale: AvailableLocale): Promise<any> => {
|
||||
return import('../i18n/locale/ja.json');
|
||||
case 'ko':
|
||||
return import('../i18n/locale/ko.json');
|
||||
case 'lb':
|
||||
return import('../i18n/locale/lb.json');
|
||||
case 'lt':
|
||||
return import('../i18n/locale/lt.json');
|
||||
case 'nb-NO':
|
||||
|
||||
Reference in New Issue
Block a user