Support bn
This commit is contained in:
parent
f9328568db
commit
4992e9e17d
|
@ -17,7 +17,7 @@ INPUT_FILES = ./src
|
||||||
OUTPUT_DIR = ./src
|
OUTPUT_DIR = ./src
|
||||||
|
|
||||||
# Available locales for the app.
|
# 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.
|
# Name of the generated .po files for each available locale.
|
||||||
LOCALE_FILES ?= $(patsubst %,$(OUTPUT_DIR)/locale/%/LC_MESSAGES/app.po,$(LOCALES))
|
LOCALE_FILES ?= $(patsubst %,$(OUTPUT_DIR)/locale/%/LC_MESSAGES/app.po,$(LOCALES))
|
||||||
|
|
|
@ -27,6 +27,7 @@ const availableLanguages = {
|
||||||
'nl': 'Nederlands',
|
'nl': 'Nederlands',
|
||||||
'oc': 'Occitan',
|
'oc': 'Occitan',
|
||||||
'sq': 'Shqip',
|
'sq': 'Shqip',
|
||||||
|
'bn': 'বাংলা',
|
||||||
'pl': 'Polski'
|
'pl': 'Polski'
|
||||||
}
|
}
|
||||||
const aliasesLanguages = {
|
const aliasesLanguages = {
|
||||||
|
|
Loading…
Reference in New Issue