diff options
author | daviddavid <geiger.david68210@gmail.com> | 2017-08-27 08:20:57 +0200 |
---|---|---|
committer | daviddavid <geiger.david68210@gmail.com> | 2017-08-27 08:20:57 +0200 |
commit | 4577a1057d026ff464215521087272a6fb48aaae (patch) | |
tree | f7bbf9a6a7e18f626383c4446db98237b830f4f7 | |
parent | 4972ab629c67e7d663204de585c4867a578ec0a4 (diff) | |
download | isodumper-4577a1057d026ff464215521087272a6fb48aaae.tar isodumper-4577a1057d026ff464215521087272a6fb48aaae.tar.gz isodumper-4577a1057d026ff464215521087272a6fb48aaae.tar.bz2 isodumper-4577a1057d026ff464215521087272a6fb48aaae.tar.xz isodumper-4577a1057d026ff464215521087272a6fb48aaae.zip |
Add Japanese translation (mga#21597)
-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 |