CLD-7307 Add set -e to i18n checker script (#7857)
* Add set -e to i18n checker script * Fix translations --------- Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
parent
4e68662899
commit
2891e90092
2 changed files with 2 additions and 0 deletions
|
|
@ -113,6 +113,7 @@
|
|||
"channel_info.archive_failed": "An error occurred trying to archive the channel {displayName}",
|
||||
"channel_info.archive_title": "Archive {term}",
|
||||
"channel_info.channel_auto_follow_threads": "Follow all threads in this channel",
|
||||
"channel_info.channel_auto_follow_threads_failed": "An error occurred trying to auto follow all threads in channel {displayName}",
|
||||
"channel_info.channel_files": "Files",
|
||||
"channel_info.close": "Close",
|
||||
"channel_info.close_dm": "Close direct message",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
mkdir -p tmp
|
||||
cp assets/base/i18n/en.json tmp/en.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue