mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW-1605: Japanese translation for Taskwarrior
- Initial Japanese translation (thanks to Oota Toshiya).
This commit is contained in:
parent
7a9e099568
commit
71753ef666
7 changed files with 1027 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -116,6 +116,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
|
|||
V.Krishn
|
||||
Jens Erat
|
||||
Peter Rochen
|
||||
Oota Toshiya
|
||||
|
||||
Thanks to the following, who submitted detailed bug reports and excellent
|
||||
suggestions:
|
||||
|
|
|
@ -163,6 +163,7 @@ set (LANGUAGE_ITA_ITA 5)
|
|||
set (LANGUAGE_POR_PRT 6)
|
||||
set (LANGUAGE_EPO_RUS 7)
|
||||
set (LANGUAGE_POL_POL 8)
|
||||
set (LANGUAGE_JPN_JPN 9)
|
||||
|
||||
message ("-- Configuring cmake.h")
|
||||
configure_file (
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
ribbon)
|
||||
- TW-1603 Priority color precedence changed since it is a UDA, should be lowered
|
||||
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'.
|
||||
|
||||
------ current release ---------------------------
|
||||
|
|
1
NEWS
1
NEWS
|
@ -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 builds properly on 32-bit platforms.
|
||||
- The beginnings of a Japaneѕe translation.
|
||||
|
||||
New commands in taskwarrior 2.4.4
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#define LANGUAGE_POR_PRT ${LANGUAGE_POR_PRT}
|
||||
#define LANGUAGE_EPO_RUS ${LANGUAGE_EPO_RUS}
|
||||
#define LANGUAGE_POL_POL ${LANGUAGE_POL_POL}
|
||||
#define LANGUAGE_JPN_JPN ${LANGUAGE_JPN_JPN}
|
||||
|
||||
/* git information */
|
||||
#cmakedefine HAVE_COMMIT
|
||||
|
|
|
@ -58,6 +58,8 @@
|
|||
#include <l10n/epo-RUS.h>
|
||||
#elif PACKAGE_LANGUAGE == LANGUAGE_POL_POL
|
||||
#include <l10n/pol-POL.h>
|
||||
#elif PACKAGE_LANGUAGE == LANGUAGE_JPN_JPN
|
||||
#include <l10n/jpn-JPN.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
1020
src/l10n/jpn-JPN.h
Normal file
1020
src/l10n/jpn-JPN.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue