Add ru support

This commit is contained in:
Chocobozzz 2020-09-28 10:21:01 +02:00
parent 0ea7764dd6
commit cf71aa128f
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 OUTPUT_DIR = ./src
# Available locales for the app. # Available locales for the app.
LOCALES = en_US fr_FR de es gl LOCALES = en_US fr_FR de es gl ru
# 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))

View File

@ -18,7 +18,8 @@ const availableLanguages = {
'fr_FR': 'Français', 'fr_FR': 'Français',
'de': 'Deutsch', 'de': 'Deutsch',
'es': 'Español', 'es': 'Español',
'gl': 'galego' 'gl': 'galego',
'ru': 'русский'
} }
const aliasesLanguages = { const aliasesLanguages = {
'en': 'en_US', 'en': 'en_US',