aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/debug/res/values
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/debug/res/values
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 'ui/src/debug/res/values')
-rw-r--r--ui/src/debug/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/debug/res/values/strings.xml b/ui/src/debug/res/values/strings.xml
index 60e016ea..947b7381 100644
--- a/ui/src/debug/res/values/strings.xml
+++ b/ui/src/debug/res/values/strings.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string name="app_name">WireGuard β</string>
+ <string name="app_name" translatable="false">WireGuard β</string>
</resources>