diff options
-rw-r--r-- | CHANGELOG | 2 | ||||
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | po/Makefile | 2 |
3 files changed, 4 insertions, 1 deletions
@@ -13,7 +13,7 @@ IsoDumper 0.56 ------------ - add tajik translation - update es, ast ca pl uk translations - + IsoDumper 0.55 ------------ - redraw the dialog window after changing the the image name in buttons @@ -69,3 +69,4 @@ Translators - Balzamon - Hungarian - Milan Baša - Slovak - Linuxero - Arabic +- Masanori Kakura - Japanese 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 |