diff options
author | Adam Strzelecki <ono@java.pl> | 2015-12-02 23:00:23 +0100 |
---|---|---|
committer | Adam Strzelecki <ono@java.pl> | 2015-12-02 23:00:23 +0100 |
commit | a9a386a1e52ad3c633b4449d4bd2ed68bd73ee09 (patch) | |
tree | 6325ddb305da38a1471e1cdd8d7aef6b0328432f /conf/locale/locale_ru-RU.ini | |
parent | 4a64ae4abf3d4ca4dc4ed9ae2373c9e48497bf73 (diff) | |
download | gitea-a9a386a1e52ad3c633b4449d4bd2ed68bd73ee09.tar.gz gitea-a9a386a1e52ad3c633b4449d4bd2ed68bd73ee09.zip |
Translation: Add missing entry for new "code" tab
We have new tab, but we had no entry. That's why it was showing "code"
(lowercase) as this is text id, where we were expecting properly title cased
"Code" to be shown in English version.
Also add Polish translation "code=Kod".
Diffstat (limited to 'conf/locale/locale_ru-RU.ini')
-rwxr-xr-x | conf/locale/locale_ru-RU.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_ru-RU.ini b/conf/locale/locale_ru-RU.ini index 75a77490dc..a492f6db90 100755 --- a/conf/locale/locale_ru-RU.ini +++ b/conf/locale/locale_ru-RU.ini @@ -388,6 +388,7 @@ create_new_repo_command=Создать новый репозиторий из к push_exist_repo=Отправить существующий репозиторий из командной строки repo_is_empty=Этот репозиторий пуст, пожалуйста, возвращайтесь позже! +code=Code branch=Ветка tree=Дерево filter_branch_and_tag=Фильтр по ветке или тегу |