aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/messages.js
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2018-08-26 00:01:33 +0000
committerkaniini <nenolod@gmail.com>2018-08-26 00:01:33 +0000
commit5bb5ef43ef272bbabe722b8a3fd4c32c087c3c27 (patch)
treed48ac98c5d75e24e9935e678819b9bc4e6d7e17e /src/i18n/messages.js
parent9e111f14fd088d4281b8ac6067313c63df924f84 (diff)
parentc1e4bfa90ffa26e203ca61717b4fb99209ad0d99 (diff)
Merge branch 'language-override' into 'develop'
Make interface language configurable from settings Closes #36 See merge request pleroma/pleroma-fe!315
Diffstat (limited to 'src/i18n/messages.js')
-rw-r--r--src/i18n/messages.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index 625ac1b6..30055192 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -350,7 +350,8 @@ const en = {
default_vis: 'Default visibility scope',
profile_tab: 'Profile',
security_tab: 'Security',
- data_import_export_tab: 'Data Import / Export'
+ data_import_export_tab: 'Data Import / Export',
+ interfaceLanguage: 'Interface language'
},
notifications: {
notifications: 'Notifications',
@@ -1691,7 +1692,8 @@ const ru = {
profile_tab: 'Профиль',
security_tab: 'Безопасность',
data_import_export_tab: 'Импорт / Экспорт данных',
- collapse_subject: 'Сворачивать посты с темой'
+ collapse_subject: 'Сворачивать посты с темой',
+ interfaceLanguage: 'Язык интерфейса'
},
notifications: {
notifications: 'Уведомления',