Merge pull request #5250 from owncloud/tx-go
fix: fix syntax after switching to golang tx client
This commit is contained in:
+2
-4
@@ -16,11 +16,11 @@ LOCALE_FILES = $(shell find l10n/locale -name '*.po' 2> /dev/null)
|
|||||||
|
|
||||||
.PHONY: l10n-push
|
.PHONY: l10n-push
|
||||||
l10n-push:
|
l10n-push:
|
||||||
cd $(OUTPUT_DIR) && tx -d push -s --skip --no-interactive
|
cd $(OUTPUT_DIR) && tx push -s --skip
|
||||||
|
|
||||||
.PHONY: l10n-pull
|
.PHONY: l10n-pull
|
||||||
l10n-pull:
|
l10n-pull:
|
||||||
cd $(OUTPUT_DIR) && tx -d pull -a --skip --minimum-perc=75
|
cd $(OUTPUT_DIR) && tx pull -a --skip --minimum-perc=75
|
||||||
|
|
||||||
.PHONY: l10n-clean
|
.PHONY: l10n-clean
|
||||||
l10n-clean:
|
l10n-clean:
|
||||||
@@ -46,5 +46,3 @@ $(TEMPLATE_FILE):
|
|||||||
$(OUTPUT_DIR)/translations.json:
|
$(OUTPUT_DIR)/translations.json:
|
||||||
rm -rf $(OUTPUT_DIR)/translations.json
|
rm -rf $(OUTPUT_DIR)/translations.json
|
||||||
gettext-compile --output $(OUTPUT_DIR)/translations.json $(LOCALE_FILES);
|
gettext-compile --output $(OUTPUT_DIR)/translations.json $(LOCALE_FILES);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[main]
|
[main]
|
||||||
host = https://www.transifex.com
|
host = https://www.transifex.com
|
||||||
|
|
||||||
[owncloud.ocis-settings]
|
[o:owncloud-org:p:owncloud:r:ocis-settings]
|
||||||
file_filter = locale/<lang>/LC_MESSAGES/app.po
|
file_filter = locale/<lang>/LC_MESSAGES/app.po
|
||||||
minimum_perc = 0
|
minimum_perc = 0
|
||||||
source_file = template.pot
|
source_file = template.pot
|
||||||
|
|||||||
Reference in New Issue
Block a user