Support bn

This commit is contained in:
Chocobozzz 2021-04-20 08:28:48 +02:00
parent f9328568db
commit 4992e9e17d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 1 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
LOCALES = en_US fr_FR de es gl ru oc ja sv nl pl sq gd el bn
# Name of the generated .po files for each available locale.
LOCALE_FILES ?= $(patsubst %,$(OUTPUT_DIR)/locale/%/LC_MESSAGES/app.po,$(LOCALES))

View File

@ -27,6 +27,7 @@ const availableLanguages = {
'nl': 'Nederlands',
'oc': 'Occitan',
'sq': 'Shqip',
'bn': 'বাংলা',
'pl': 'Polski'
}
const aliasesLanguages = {