mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Reenable l10n-push and l10n-pull make targets
This commit is contained in:
parent
596d990c92
commit
7a0b8be799
@ -3,11 +3,11 @@
|
||||
#--------------------------------------
|
||||
|
||||
.PHONY: l10n-push
|
||||
l10n-push: ;
|
||||
l10n-push:
|
||||
tx -d push -s --skip --no-interactive
|
||||
|
||||
.PHONY: l10n-pull
|
||||
l10n-pull: ;
|
||||
l10n-pull:
|
||||
tx -d pull -r owncloud.client-nsis --skip
|
||||
|
||||
.PHONY: l10n-clean
|
||||
|
||||
Loading…
Reference in New Issue
Block a user