Skip to content

Commit 0557890

Browse files
committed
Remove ru
1 parent 91cb19c commit 0557890

File tree

11 files changed

+1
-376
lines changed

11 files changed

+1
-376
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ An example of Django project with basic user functionality.
2828
- Change password
2929
- Change email
3030
- Change profile
31-
- Multilingual: English, French, Russian, Simplified Chinese and Spanish
31+
- Multilingual: English, French, Simplified Chinese and Spanish
3232

3333
If you need dynamic URLs with the language code, check out https://github.com/egorsmkv/simple-django-login-and-register-dynamic-lang
3434

source/app/conf/development/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@
118118
LANGUAGE_CODE = "en"
119119
LANGUAGES = [
120120
("en", _("English")),
121-
("ru", _("Russian")),
122121
("zh-Hans", _("Simplified Chinese")),
123122
("fr", _("French")),
124123
("es", _("Spanish")),

source/app/conf/production/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
LANGUAGE_CODE = "en"
111111
LANGUAGES = [
112112
("en", _("English")),
113-
("ru", _("Russian")),
114113
("zh-Hans", _("Simplified Chinese")),
115114
("fr", _("French")),
116115
("es", _("Spanish")),
-29 Bytes
Binary file not shown.

source/content/locale/es/LC_MESSAGES/django.po

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,6 @@ msgstr "Tu contraseña ha sido establecida. Puedes ingresar ahora."
311311
msgid "English"
312312
msgstr "Inglés"
313313

314-
#: source/app/conf/development/settings.py:116
315-
#: source/app/conf/production/settings.py:115
316-
msgid "Russian"
317-
msgstr "Ruso"
318-
319314
#: source/app/conf/development/settings.py:117
320315
#: source/app/conf/production/settings.py:116
321316
msgid "Simplified Chinese"
-30 Bytes
Binary file not shown.

source/content/locale/fr/LC_MESSAGES/django.po

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,6 @@ msgstr ""
317317
msgid "English"
318318
msgstr "Anglais"
319319

320-
#: source/app/conf/development/settings.py:116
321-
#: source/app/conf/production/settings.py:115
322-
msgid "Russian"
323-
msgstr "Russe"
324-
325320
#: source/app/conf/development/settings.py:117
326321
#: source/app/conf/production/settings.py:116
327322
msgid "Simplified Chinese"
-8.54 KB
Binary file not shown.

0 commit comments

Comments
 (0)