mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
50e56a0396
à la racine, quand on lance le serveur, on a le framadate tel qu'il est aujourd'hui en ajoutant sur l'url, on accède à la maquette interactive dans son état actuel
23 lines
637 B
Makefile
23 lines
637 B
Makefile
locales:
|
|
scripts/locales.sh
|
|
|
|
push-locales: locales
|
|
zanata-cli -q -B push --errors --project-version `git branch | grep \* | cut -d ' ' -f2-`
|
|
|
|
pull-locales:
|
|
zanata-cli -q -B pull --min-doc-percent 50 --project-version `git branch | grep \* | cut -d ' ' -f2-`
|
|
scripts/po2json.sh
|
|
|
|
stats-locales:
|
|
zanata-cli -q stats --project-version `git branch | grep \* | cut -d ' ' -f2-`
|
|
|
|
push-trad-to-zanata:
|
|
scripts/push-trad-to-zanata.sh $(filter-out $@,$(MAKECMDGOALS))
|
|
|
|
add-key-locales:
|
|
scripts/locale-add-key.pl "$(subst ",\",$(filter-out $@,$(MAKECMDGOALS)))"
|
|
|
|
# empty targets to be able to use MAKECMDGOALS as arguments to scripts
|
|
%:
|
|
@:
|