Merge pull request #1989 from owncloud/fix-transifex

fix translation push
This commit is contained in:
Jan Ackermann
2021-04-29 13:43:21 +02:00
committed by GitHub
+1
View File
@@ -42,6 +42,7 @@ $(TEMPLATE_FILE):
node ./node_modules/easygettext/src/extract-cli.js --attribute v-translate --output $(OUTPUT_DIR)/template.pot $$GETTEXT_SOURCES;
# Generate translations.json file from .pot template.
.PHONY: $(OUTPUT_DIR)/translations.json
$(OUTPUT_DIR)/translations.json:
rm -rf $(OUTPUT_DIR)/translations.json
gettext-compile --output $(OUTPUT_DIR)/translations.json $(LOCALE_FILES);