diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index 04e764a..09907fa 100644 --- a/po/Makefile +++ b/po/Makefile @@ -32,7 +32,9 @@ formatting: all # formatting all isodumper.po files #(just add to the list the available language or comment the unavailable language) + cd ../tools && sh po-update.sh ar cd ../tools && sh po-update.sh ast + cd ../tools && sh po-update.sh ca cd ../tools && sh po-update.sh cs cd ../tools && sh po-update.sh da cd ../tools && sh po-update.sh de @@ -42,6 +44,8 @@ formatting: all cd ../tools && sh po-update.sh et cd ../tools && sh po-update.sh eu cd ../tools && sh po-update.sh fr + cd ../tools && sh po-update.sh hr + cd ../tools && sh po-update.sh hu cd ../tools && sh po-update.sh id cd ../tools && sh po-update.sh it cd ../tools && sh po-update.sh nl @@ -50,6 +54,7 @@ formatting: all cd ../tools && sh po-update.sh pt_BR cd ../tools && sh po-update.sh ro cd ../tools && sh po-update.sh ru + cd ../tools && sh po-update.sh sk cd ../tools && sh po-update.sh sl cd ../tools && sh po-update.sh sq cd ../tools && sh po-update.sh sv @@ -62,7 +67,9 @@ compile : all # compile all isodumper.mo files #(just add to the list the available language or comment the unavailable language) + cd ../tools && sh po-compile.sh ar cd ../tools && sh po-compile.sh ast + cd ../tools && sh po-compile.sh ca cd ../tools && sh po-compile.sh cs cd ../tools && sh po-compile.sh da cd ../tools && sh po-compile.sh de @@ -72,6 +79,8 @@ compile : all cd ../tools && sh po-compile.sh et cd ../tools && sh po-compile.sh eu cd ../tools && sh po-compile.sh fr + cd ../tools && sh po-compile.sh hr + cd ../tools && sh po-compile.sh hu cd ../tools && sh po-compile.sh id cd ../tools && sh po-compile.sh it cd ../tools && sh po-compile.sh nl @@ -80,6 +89,7 @@ compile : all cd ../tools && sh po-compile.sh pt_BR cd ../tools && sh po-compile.sh ro cd ../tools && sh po-compile.sh ru + cd ../tools && sh po-compile.sh sk cd ../tools && sh po-compile.sh sl cd ../tools && sh po-compile.sh sq cd ../tools && sh po-compile.sh sv |