From 4577a1057d026ff464215521087272a6fb48aaae Mon Sep 17 00:00:00 2001 From: daviddavid Date: Sun, 27 Aug 2017 08:20:57 +0200 Subject: Add Japanese translation (mga#21597) --- CHANGELOG | 2 +- README.md | 1 + po/Makefile | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f588d5b..56362ae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/README.md b/README.md index 3466e40..a7b4554 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.1