forked from Ivasoft/mattermost-mobile
Add check for empty translation source strings (#5044)
* Update sha * Update check-deps cache Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
@@ -9,6 +9,7 @@ npm run mmjstool -- i18n extract-mobile --webapp-dir tmp/fake-webapp-dir --mobil
|
||||
diff tmp/en.json assets/base/i18n/en.json
|
||||
# Address weblate behavior which does not remove whole translation item when translation string is set to empty
|
||||
npm run mmjstool -- i18n clean-empty --webapp-dir tmp/fake-webapp-dir --mobile-dir . --check
|
||||
npm run mmjstool -- i18n check-empty-src --webapp-dir tmp/fake-webapp-dir --mobile-dir .
|
||||
|
||||
rm -rf tmp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user