aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-07-29 10:10:12 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2021-07-29 10:11:34 +0530
commit2730e754748bf2395f9d66c32be35ac0e80c5dec (patch)
treea0d53ac098cbcfd619a14e195ccc58d2f2bf2804 /ui/src/main/res/values/strings.xml
parentgradle: fix distribution checksum (diff)
downloadwireguard-android-2730e754748bf2395f9d66c32be35ac0e80c5dec.tar.xz
wireguard-android-2730e754748bf2395f9d66c32be35ac0e80c5dec.zip
ui: mark app_name string as untranslatable
WireGuard is a brand name that should not be localized. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '')
-rw-r--r--ui/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/main/res/values/strings.xml b/ui/src/main/res/values/strings.xml
index bb4466aa..3be69798 100644
--- a/ui/src/main/res/values/strings.xml
+++ b/ui/src/main/res/values/strings.xml
@@ -63,7 +63,7 @@
<string name="allow_remote_control_intents_summary_on">External apps may toggle tunnels (advanced)</string>
<string name="allow_remote_control_intents_title">Allow remote control apps</string>
<string name="allowed_ips">Allowed IPs</string>
- <string name="app_name">WireGuard</string>
+ <string name="app_name" translatable="false">WireGuard</string>
<string name="bad_config_context">%1$s\'s %2$s</string>
<string name="bad_config_context_top_level">%s</string>
<string name="bad_config_error">%1$s in %2$s</string>