Add the Lithuanian language (lt-LT)

Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
This commit is contained in:
Kipras Melnikovas 2021-05-21 01:38:25 +03:00
parent 5d74e86222
commit 8d9555cb6a
No known key found for this signature in database
GPG key ID: AA505BC1C6D8AD90
5 changed files with 158 additions and 6 deletions

View file

@ -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 },