diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index 04e764a..d62bb79 100644 --- a/po/Makefile +++ b/po/Makefile @@ -33,6 +33,7 @@ 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 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 +43,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 +53,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 @@ -63,6 +67,7 @@ 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 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 +77,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 +87,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 |