mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-22 07:22:21 +01:00
config: add Lithuanian support (#1935)
This commit is contained in:
@@ -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