mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 09:25:47 +01:00
config: add Lithuanian support (#1935)
This commit is contained in:
@@ -33,6 +33,7 @@ module.exports = {
|
||||
'tw',
|
||||
'uk',
|
||||
'vi',
|
||||
'lt',
|
||||
],
|
||||
|
||||
localeDetection: false,
|
||||
|
||||
@@ -238,6 +238,15 @@ export const languages = [
|
||||
locale: 'vi',
|
||||
dayJsLocale: 'vi'
|
||||
},
|
||||
// Lithuanian
|
||||
{
|
||||
shortName: 'lt',
|
||||
originalName: 'Lietuvių',
|
||||
translatedName: 'Lithuanian',
|
||||
country: 'LT',
|
||||
locale: 'lt',
|
||||
dayJsLocale: 'lt'
|
||||
}
|
||||
] as const satisfies Readonly<Language[]>;
|
||||
|
||||
export const getLanguageByCode = (code: string | null): Language =>
|
||||
|
||||
Reference in New Issue
Block a user