diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-07-29 10:10:12 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-07-29 10:11:34 +0530 |
commit | 2730e754748bf2395f9d66c32be35ac0e80c5dec (patch) | |
tree | a0d53ac098cbcfd619a14e195ccc58d2f2bf2804 /ui/src/debug | |
parent | 00e0224fd10f419a2d65ca719ea7ebe1dc2a2ee8 (diff) |
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')
-rw-r--r-- | ui/src/debug/res/values/strings.xml | 2 |
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> |