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:
Mario Vitale 2024-03-20 15:33:06 +01:00 committed by GitHub
parent 4e68662899
commit 2891e90092
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -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",

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e
mkdir -p tmp
cp assets/base/i18n/en.json tmp/en.json