Skip to content

Commit

Permalink
Fix a crash when displaying the app in russian
Browse files Browse the repository at this point in the history
  • Loading branch information
enahum committed Feb 15, 2019
1 parent cbb9a2b commit fac489a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/base/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"last_users_message.added_to_channel.type": " **добавлены на канал**. Кем: {actor}.",
"last_users_message.added_to_team.type": "были **добавлены в команду** пользователем {actor}.",
"last_users_message.first": "{firstUser} и ",
"last_users_message.joined_channel.type": " - **выполнен вход на канал**",
"last_users_message.joined_channel.type": "**выполнен вход на канал**",
"last_users_message.joined_team.type": "присоединяется к команде.",
"last_users_message.left_channel.type": "**покинул канал**.",
"last_users_message.left_team.type": "**покинул команду**.",
Expand Down Expand Up @@ -547,4 +547,4 @@
"user.settings.push_notification.offline": "Не в сети",
"user.settings.push_notification.online": "В сети, нет на месте или не в сети",
"web.root.signup_info": "Все способы общения команды собраны в одном месте, с возможностью мгновенного поиска и доступом отовсюду"
}
}

0 comments on commit fac489a

Please sign in to comment.