[PATCH wireguard-windows] l18n: change EnumerationSeparator for Japanese.

Eiji Tanioka tanioka404 at gmail.com
Thu Feb 27 10:43:27 CET 2020


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



More information about the WireGuard mailing list