diff --git a/client/Makefile b/client/Makefile index b92c2af..8bba4aa 100644 --- a/client/Makefile +++ b/client/Makefile @@ -17,7 +17,7 @@ INPUT_FILES = ./src OUTPUT_DIR = ./src # 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. LOCALE_FILES ?= $(patsubst %,$(OUTPUT_DIR)/locale/%/LC_MESSAGES/app.po,$(LOCALES)) diff --git a/client/src/main.ts b/client/src/main.ts index 3bb5568..516b728 100644 --- a/client/src/main.ts +++ b/client/src/main.ts @@ -18,7 +18,8 @@ const availableLanguages = { 'fr_FR': 'Français', 'de': 'Deutsch', 'es': 'Español', - 'gl': 'galego' + 'gl': 'galego', + 'ru': 'русский' } const aliasesLanguages = { 'en': 'en_US',