diff --git a/options/locale_next/locale_ru-RU.json b/options/locale_next/locale_ru-RU.json
index 36f54f405b..252bc0c530 100644
--- a/options/locale_next/locale_ru-RU.json
+++ b/options/locale_next/locale_ru-RU.json
@@ -1,11 +1,19 @@
{
- "repo.pulls.merged_title_desc": {
- "one": "слит %[1]d коммит из %[2]s
в %[3]s
%[4]s",
- "many": "слито %[1]d коммит(ов) из %[2]s
в %[3]s
%[4]s"
- },
- "repo.pulls.title_desc": {
- "one": "хочет влить %[1]d коммит из %[2]s
в %[3]s
",
- "many": "хочет влить %[1]d коммит(ов) из %[2]s
в %[3]s
"
- },
- "search.milestone_kind": "Найти этапы..."
+ "repo": {
+ "pulls": {
+ "merged_title_desc": {
+ "one": "слит %[1]d коммит из %[2]s
в %[3]s
%[4]s",
+ "few": "слито %[1]d коммит(ов) из %[2]s
в %[3]s
%[4]s",
+ "many": ""
+ },
+ "title_desc": {
+ "one": "хочет влить %[1]d коммит из %[2]s
в %[3]s
",
+ "few": "хочет влить %[1]d коммита из %[2]s
в %[3]s
",
+ "many": "хочет влить %[1]d коммитов из %[2]s
в %[3]s
"
+ }
+ }
+ },
+ "search": {
+ "milestone_kind": "Найти этапы..."
+ }
}