diff options
author | Iván Ávalos <avalos@disroot.org> | 2023-01-06 11:15:14 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2023-01-06 11:15:14 -0600 |
commit | e3a394f016bbdc3e6212adba5a5386c2754f30fd (patch) | |
tree | bf7e1ee0a842f888593d6415a4ec86c2466179a6 /wallet/src/main | |
parent | 95070ff607a78a6e7b808355eecc643e15091377 (diff) | |
download | taler-android-bug-7483.tar.gz taler-android-bug-7483.tar.bz2 taler-android-bug-7483.zip |
[wallet] Add comment for RTL translators.bug-7483
Diffstat (limited to 'wallet/src/main')
-rw-r--r-- | wallet/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml index bedec24..71f88f1 100644 --- a/wallet/src/main/res/values/strings.xml +++ b/wallet/src/main/res/values/strings.xml @@ -56,6 +56,7 @@ GNU Taler is immune against many types of fraud, such as phishing of credit card <string name="menu">Menu</string> <string name="or">or</string> <string name="currency">Currency</string> + <!-- The count should be mirrored in RTL languages --> <string name="char_count">%1$d/%2$d</string> <string name="offline">Operation requires internet access. Please ensure your internet connection works and try again.</string> |