mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Merge pull request #585 from kiprasmel/feat/add-lang-lt-LT
Add the Lithuanian language (`lt-LT`)
This commit is contained in:
commit
3537e94daf
3 changed files with 116 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ import {
|
|||
it,
|
||||
ja,
|
||||
ko,
|
||||
lt,
|
||||
mn,
|
||||
ms,
|
||||
nb,
|
||||
|
|
@ -60,6 +61,7 @@ export const languages = {
|
|||
'id-ID': { label: 'Bahasa Indonesia', dateLocale: id },
|
||||
'ja-JP': { label: '日本語', dateLocale: ja },
|
||||
'ko-KR': { label: '한국어', dateLocale: ko },
|
||||
'lt-LT': { label: "Lietuvių", dateLocale: lt },
|
||||
'ms-MY': { label: 'Malay', dateLocale: ms },
|
||||
'mn-MN': { label: 'Монгол', dateLocale: mn },
|
||||
'nl-NL': { label: 'Nederlands', dateLocale: nl },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue