forked from pool/quilt
6c57f63fdf
- translation-fixes-01.patch: Make gettext happy (needed so that following patches apply cleanly.) - translation-fixes-02.patch: Missing escape in Japanese translation. - translation-fixes-03.patch: Improve the German translation (including a number of important fixes.) - translation-fixes-04.patch: Fix translation of main usage message (all languages.) Fixes to the "edit" command: - edit-01-test-file-creation.patch: edit: Improve the test case (needed so that following patches apply cleanly.) - edit-02-call-remove-not-revert.patch: edit: Use command "remove" to remove files. - edit-03-fix-corner-case.patch: edit: Fix a corner case. OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=100
24 lines
878 B
Diff
24 lines
878 B
Diff
From: Jean Delvare <jdelvare@suse.de>
|
|
Date: Wed, 11 Feb 2015 16:59:15 +0000
|
|
Subject: Missing escape in Japanese translation
|
|
Upstream: Committed (0be1e8aed41a67bca7756be10051d353ec0c2c15)
|
|
|
|
The original message has the dollar sign protected, so the Japanese
|
|
translation should do the same.
|
|
---
|
|
diff --git a/po/ja.po b/po/ja.po
|
|
index 43bb657..6697b0d 100644
|
|
--- a/po/ja.po
|
|
+++ b/po/ja.po
|
|
@@ -589,7 +589,7 @@ msgstr ""
|
|
"最上位または指定されたパッチのヘッダを出力または変更する。\n"
|
|
"\n"
|
|
"-a, -r, -e\n"
|
|
-"\tパッチのヘッダに追加 (-a) またはヘッダを変更 (-r)、$EDITOR (%s)を\n"
|
|
+"\tパッチのヘッダに追加 (-a) またはヘッダを変更 (-r)、\\$EDITOR (%s)を\n"
|
|
"\t使って編集 (-e)する。オプションが指定されなかった場合はパッチの\n"
|
|
"\tヘッダを出力する。\n"
|
|
"\n"
|
|
--
|
|
cgit v0.9.0.2
|