[PATCH wireguard-windows] l18n: change EnumerationSeparator for Japanese.
Simon Rozman
simon at rozman.si
Thu Feb 27 12:47:20 CET 2020
Arigato!
Rebuilt the zgotext.go file, amended to your commit, and applied to sr/l18n patch.
Regards, Simon
-----Original Message-----
From: WireGuard <wireguard-bounces at lists.zx2c4.com> on behalf of Eiji Tanioka <tanioka404 at gmail.com>
Date: Thursday, 27 February 2020 at 10:43
To: "wireguard at lists.zx2c4.com" <wireguard at lists.zx2c4.com>
Subject: [PATCH wireguard-windows] l18n: change EnumerationSeparator for Japanese.
I grepped source tree and found that 'EnumerationSeparator' is used
for multiple IP addresses separation. In these situation, comma is
better than "、" in Japanese.
("、" is used for Japanese sentence separator, but separation by comma
is more preferable to enumerate ASCII values.)
Signed-off-by: Eiji Tanioka <tanioka404 at gmail.com>
---
locales/ja/messages.gotext.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/locales/ja/messages.gotext.json b/locales/ja/messages.gotext.json
index 3501458..723cb6c 100644
--- a/locales/ja/messages.gotext.json
+++ b/locales/ja/messages.gotext.json
@@ -455,7 +455,7 @@
{
"id": "[EnumerationSeparator]",
"message": "[EnumerationSeparator]",
- "translation": "、",
+ "translation": ", ",
"comment": "Inserted between items when listing (e.g. ‘, ’ or ‘、’)"
},
{
@@ -1494,4 +1494,4 @@
]
}
]
-}
\ No newline at end of file
+}
--
2.25.0
_______________________________________________
WireGuard mailing list
WireGuard at lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2965 bytes
Desc: not available
URL: <http://lists.zx2c4.com/pipermail/wireguard/attachments/20200227/3d3dd889/attachment.p7s>
More information about the WireGuard
mailing list