diff options
-rw-r--r-- | debian/patches/820_lang-ja.patch | 18 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/820_lang-ja.patch b/debian/patches/820_lang-ja.patch new file mode 100644 index 0000000..12324d0 --- /dev/null +++ b/debian/patches/820_lang-ja.patch @@ -0,0 +1,18 @@ +Subject: Set Language tag properly for Japanese translation +Author: zimous <zimous@matfyz.cz> +Origin: https://512722.bugs.gentoo.org/attachment.cgi?id=378452 +Bug-Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=512722 + +diff --git a/po/ja.po b/po/ja.po +index 947191c..c16557a 100644 +--- a/po/ja.po ++++ b/po/ja.po +@@ -12,7 +12,7 @@ msgstr "" + "PO-Revision-Date: 2010-08-20 18:45+0900\n" + "Last-Translator: Fumitoshi UKAI <ukai@debian.or.jp>\n" + "Language-Team: Japanese\n" +-"Language: \n" ++"Language: ja\n" + "MIME-Version: 1.0\n" + "Content-Type: text/plain; charset=UTF-8\n" + "Content-Transfer-Encoding: 8bit\n" diff --git a/debian/patches/series b/debian/patches/series index f3bcceb..8db2bfd 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -36,4 +36,5 @@ 350_ambwidth.patch 800_lang-en.patch 810_lang-de.patch +820_lang-ja.patch 900_ChangeLog.patch |