Add uk support

This commit is contained in:
Chocobozzz 2021-11-15 08:28:32 +01:00
parent ee291301c7
commit 0e130369a7
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,7 @@ INPUT_FILES = ./src
OUTPUT_DIR = ./src
# Available locales for the app.
LOCALES = en_US fr_FR de es gl ru oc ja sv nl pl sq gd el bn it pt_BR
LOCALES = en_US fr_FR de es gl ru oc ja sv nl pl sq gd el bn it pt_BR uk
# Name of the generated .po files for each available locale.
LOCALE_FILES ?= $(patsubst %,$(OUTPUT_DIR)/locale/%/LC_MESSAGES/app.po,$(LOCALES))

View File

@ -27,7 +27,8 @@ const availableLanguages = {
sq: 'Shqip',
pt_BR: 'Português (Brasil)',
bn: 'বাংলা',
pl: 'Polski'
pl: 'Polski',
uk: 'Українська'
}
const aliasesLanguages = {
en: 'en_US',