All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eiji Tanioka <tanioka404@gmail.com>
To: wireguard@lists.zx2c4.com
Subject: [PATCH wireguard-android] remove <item quantity=one> tag due to no plural form in Japanese.
Date: Wed, 26 Feb 2020 12:24:43 +0900	[thread overview]
Message-ID: <20200226032442.2668-1-tanioka404@gmail.com> (raw)

Signed-off-by: Eiji Tanioka <tanioka404@gmail.com>
---
 app/src/main/res/values-ja/strings.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index 4f2526e..16cd165 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -1,27 +1,21 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
     <plurals name="delete_error">
-        <item quantity="one">%d トンネルを削除できません: %s</item>
         <item quantity="other">%d トンネルを削除できません: %s</item>
     </plurals>
     <plurals name="delete_success">
-        <item quantity="one">%d トンネルを削除しました</item>
         <item quantity="other">%d トンネルを削除しました</item>
     </plurals>
     <plurals name="delete_title">
-        <item quantity="one">%d トンネルを選択</item>
         <item quantity="other">%d トンネルを選択</item>
     </plurals>
     <plurals name="import_partial_success">
-        <item quantity="one">%d 個(全 %d 個)のトンネル設定をインポート</item>
         <item quantity="other">%d 個(全 %d 個)のトンネル設定をインポート</item>
     </plurals>
     <plurals name="import_total_success">
-        <item quantity="one">%d 個のトンネル設定をインポート済</item>
         <item quantity="other">%d 個のトンネル設定をインポート済</item>
     </plurals>
     <plurals name="set_excluded_applications">
-        <item quantity="one">除外アプリ %d 個</item>
         <item quantity="other">除外アプリ %d 個</item>
     </plurals>
     <string name="add_peer">ピアを追加する</string>
-- 
2.25.0

_______________________________________________
WireGuard mailing list
WireGuard@lists.zx2c4.com
https://lists.zx2c4.com/mailman/listinfo/wireguard

             reply	other threads:[~2020-02-26  3:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-26  3:24 Eiji Tanioka [this message]
2020-02-26  4:02 ` [PATCH wireguard-android] remove <item quantity=one> tag due to no plural form in Japanese Samuel Holland

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200226032442.2668-1-tanioka404@gmail.com \
    --to=tanioka404@gmail.com \
    --cc=wireguard@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.