mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Add the Lithuanian language (lt-LT)
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
This commit is contained in:
parent
5d74e86222
commit
8d9555cb6a
5 changed files with 158 additions and 6 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