TW-1605: Japanese translation for Taskwarrior

- Initial Japanese translation (thanks to Oota Toshiya).
This commit is contained in:
Paul Beckingham 2015-04-28 20:11:11 -04:00
parent 7a9e099568
commit 71753ef666
7 changed files with 1027 additions and 0 deletions

View file

@ -116,6 +116,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
V.Krishn V.Krishn
Jens Erat Jens Erat
Peter Rochen Peter Rochen
Oota Toshiya
Thanks to the following, who submitted detailed bug reports and excellent Thanks to the following, who submitted detailed bug reports and excellent
suggestions: suggestions:

View file

@ -163,6 +163,7 @@ set (LANGUAGE_ITA_ITA 5)
set (LANGUAGE_POR_PRT 6) set (LANGUAGE_POR_PRT 6)
set (LANGUAGE_EPO_RUS 7) set (LANGUAGE_EPO_RUS 7)
set (LANGUAGE_POL_POL 8) set (LANGUAGE_POL_POL 8)
set (LANGUAGE_JPN_JPN 9)
message ("-- Configuring cmake.h") message ("-- Configuring cmake.h")
configure_file ( configure_file (

View file

@ -4,6 +4,7 @@
ribbon) ribbon)
- TW-1603 Priority color precedence changed since it is a UDA, should be lowered - TW-1603 Priority color precedence changed since it is a UDA, should be lowered
again (thanks to Jens Erat). again (thanks to Jens Erat).
- TW-1605 Japanese translation for Taskwarrior (thanks to Oota Toshiya).
- The 'obfuscate' setting, if set to '1' will replace all text with 'xxx'. - The 'obfuscate' setting, if set to '1' will replace all text with 'xxx'.
------ current release --------------------------- ------ current release ---------------------------

1
NEWS
View file

@ -3,6 +3,7 @@ New Features in taskwarrior 2.4.4
- Taskwarrior now requires GCC 4.7+ / Clang 3.3+, for full C++11 support. - Taskwarrior now requires GCC 4.7+ / Clang 3.3+, for full C++11 support.
- Taskwarrior now builds properly on 32-bit platforms. - Taskwarrior now builds properly on 32-bit platforms.
- The beginnings of a Japaneѕe translation.
New commands in taskwarrior 2.4.4 New commands in taskwarrior 2.4.4

View file

@ -27,6 +27,7 @@
#define LANGUAGE_POR_PRT ${LANGUAGE_POR_PRT} #define LANGUAGE_POR_PRT ${LANGUAGE_POR_PRT}
#define LANGUAGE_EPO_RUS ${LANGUAGE_EPO_RUS} #define LANGUAGE_EPO_RUS ${LANGUAGE_EPO_RUS}
#define LANGUAGE_POL_POL ${LANGUAGE_POL_POL} #define LANGUAGE_POL_POL ${LANGUAGE_POL_POL}
#define LANGUAGE_JPN_JPN ${LANGUAGE_JPN_JPN}
/* git information */ /* git information */
#cmakedefine HAVE_COMMIT #cmakedefine HAVE_COMMIT

View file

@ -58,6 +58,8 @@
#include <l10n/epo-RUS.h> #include <l10n/epo-RUS.h>
#elif PACKAGE_LANGUAGE == LANGUAGE_POL_POL #elif PACKAGE_LANGUAGE == LANGUAGE_POL_POL
#include <l10n/pol-POL.h> #include <l10n/pol-POL.h>
#elif PACKAGE_LANGUAGE == LANGUAGE_JPN_JPN
#include <l10n/jpn-JPN.h>
#endif #endif
#endif #endif

1020
src/l10n/jpn-JPN.h Normal file

File diff suppressed because it is too large Load diff