Generic target for translations

This commit is contained in:
Xavier Guimard 2013-11-09 12:03:47 +00:00
parent 8cebee9a7e
commit 56441bdfb8

View File

@ -689,14 +689,20 @@ tidy: clean
tidy-js: clean
find lemon*/ -type f -name '*.js' ! -name 'jq*' -print -exec scripts/javascript-indent {} \;
omegat-fr-configuration-file:
perl -pe 'BEGIN{$$p=`pwd`;chomp $$p;}s/__LANG__/FR-FR/;s/__PWD__/$$p/o;' omegat.files/_base.project >omegat.files/fr/omegat.project
omegat-configuration-file:
perl -pe 'BEGIN{$$p=`pwd`;chomp $$p;}s/__LANG__/$(OMEGATCODE)/;s/__PWD__/$$p/o;' omegat.files/_base.project >omegat.files/$(LANGCODE)/omegat.project
fr-translation: omegat-fr-configuration-file
omegat omegat.files/fr
translation: omegat-configuration-file
omegat omegat.files/$(LANGCODE)
fr-doc: omegat-fr-configuration-file
omegat omegat.files/fr --mode=console-translate
translated-doc: omegat-configuration-file
omegat omegat.files/$(LANGCODE) --mode=console-translate
fr-translation:
$(MAKE) translation LANGCODE=fr OMEGATCODE=FR-FR
fr-doc:
$(MAKE) translated-doc LANGCODE=fr OMEGATCODE=FR-FR
omegat-clean:
rm -rf omegat.files/*/omegat.project po-doc/*/* omegat.files/*/omegat/project_save*.bak