diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2024-06-18 16:14:31 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 16:14:31 +0300 |
commit | a323c56d684fae7b58052725c74beb1fb51c2808 (patch) | |
tree | 5f2fe65e8157599204c73b16cd3d98d364152fb9 /static | |
parent | d0d39000c2d3eef82f63c8a6a00dd8b30ba6688a (diff) | |
parent | 94f776c76d110399b1ea655f1481faac1ea569c1 (diff) |
Merge pull request #321 from Isrofilov/master
Added Russian language support
Diffstat (limited to 'static')
-rw-r--r-- | static/admin/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index e95cb0a..56d078e 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -138,6 +138,7 @@ collections: - { label: "🇸🇪 Swedish", value: "se" } - { label: "🇮🇩 Indonesian", value: "id" } - { label: "🇵🇱 Polska", value: "pl" } + - { label: "🇷🇺 Русский", value: "ru" } - label: 'Site language in code for html[lang]' hint: 'Use the ISO 639-1 defined abbreviations. Examples: en, lt, de. Fully explained here: https://github.com/cstate/cstate/wiki/Customization#changing-site-language' name: 'languageCode' |