diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index 09907fa..3732884 100644 --- a/po/Makefile +++ b/po/Makefile @@ -48,6 +48,7 @@ formatting: all 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 ja cd ../tools && sh po-update.sh nl cd ../tools && sh po-update.sh pl cd ../tools && sh po-update.sh pt @@ -83,6 +84,7 @@ compile : all 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 ja cd ../tools && sh po-compile.sh nl cd ../tools && sh po-compile.sh pl cd ../tools && sh po-compile.sh pt |