abouttreesummaryrefslogcommitdiff
path: root/res/values/untranslated_strings.xml
diff options
context:
space:
mode:
authorJules Aguillon2025-12-22 01:27:07 +0100
committerGitHub2025-12-22 01:27:07 +0100
commitb40be68773939d3d3b55a819cdfe1d9e9a60bc4e (patch)
treea556e151e1ebabe2a066f89867d1e26333da7f61 /res/values/untranslated_strings.xml
parent258215f26c52b55b5760b707dbd0a749d418ce58 (diff)
downloadunexpected-keyboard-b40be68773939d3d3b55a819cdfe1d9e9a60bc4e.tar.gz
unexpected-keyboard-b40be68773939d3d3b55a819cdfe1d9e9a60bc4e.zip
Fix various linting issues (#1146)
Diffstat (limited to 'res/values/untranslated_strings.xml')
-rw-r--r--res/values/untranslated_strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/untranslated_strings.xml b/res/values/untranslated_strings.xml
new file mode 100644
index 0000000..0904558
--- /dev/null
+++ b/res/values/untranslated_strings.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <!-- String constants that should not be translated.
+ It is mostly meant to silence the linter checks. -->
+ <string name="launcher_anim_7">7</string>
+ <string name="launcher_anim_g">G</string>
+ <string name="launcher_anim_dash">-</string>
+ <string name="launcher_repo_url">https://github.com/Julow/Unexpected-Keyboard</string>
+</resources>