MM-11008: Fix translation and change the code to be auto-extracted (#9009)

Этот коммит содержится в:
Jesús Espino
2018-06-26 22:06:01 +02:00
коммит произвёл Elias Nahum
родитель 41d2a9f435
Коммит 164e030d33
2 изменённых файлов: 12 добавлений и 4 удалений

Просмотреть файл

@@ -99,6 +99,14 @@
"id": "api.channel.add_user_to_channel.type.app_error",
"translation": "Can not add user to this channel type"
},
{
"id": "api.channel.change_channel_privacy.private_to_public",
"translation": "This channel has been converted to a Public Channel and can be joined by any team member."
},
{
"id": "api.channel.change_channel_privacy.public_to_private",
"translation": "This channel has been converted to a Private Channel."
},
{
"id": "api.channel.convert_channel_to_private.default_channel_error",
"translation": "This default channel cannot be converted into a private channel."