We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1849fb1 + dfb27af commit 3f8eb7aCopy full SHA for 3f8eb7a
translations-app/handleAppTranslations.sh
@@ -138,9 +138,9 @@ do
138
# create git commit and push it
139
git add l10n/*.js l10n/*.json
140
141
- # for ExApps, we need to include .po,.mo translation files as well
+ # for ExApps, we need to include .po translation files as well
142
if [ "$IS_EX_APP" = "true" ]; then
143
- git add translationfiles/*.po translationfiles/*.mo
+ git add translationfiles/*.po
144
fi
145
146
git commit -am "fix(l10n): Update translations from Transifex" -s || true
0 commit comments