summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2021-10-13 03:47:46 +0200
committerArne Schwabe <arne@rfc2549.org>2021-10-13 04:26:30 +0200
commit6b674eef92737c656074237d421be7f6fdbec614 (patch)
tree379d6a8d5c3ccf1c35cd2be06fafc43875a27632
parentd54b7f0a3528307f4218412037b017f37d924b00 (diff)
Also mark languages that I have a moderator on Crowdin as okay as default
Thanks again to the people making sure these langauges are okay
-rw-r--r--main/src/main/res/values-be/bools.xml8
-rw-r--r--main/src/main/res/values-ja/bools.xml8
-rw-r--r--main/src/main/res/values-tr/bools.xml8
-rw-r--r--main/src/main/res/values-zh-rTW/bools.xml8
4 files changed, 32 insertions, 0 deletions
diff --git a/main/src/main/res/values-be/bools.xml b/main/src/main/res/values-be/bools.xml
new file mode 100644
index 00000000..4b03945d
--- /dev/null
+++ b/main/src/main/res/values-be/bools.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?><!--
+ ~ Copyright (c) 2012-2021 Arne Schwabe
+ ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
+ -->
+
+<resources>
+ <bool name="allowTranslationDefault">true</bool>
+</resources> \ No newline at end of file
diff --git a/main/src/main/res/values-ja/bools.xml b/main/src/main/res/values-ja/bools.xml
new file mode 100644
index 00000000..c983b052
--- /dev/null
+++ b/main/src/main/res/values-ja/bools.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?><!--
+ ~ Copyright (c) 2012-2021 Arne Schwabe
+ ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
+ -->
+
+<resources>
+ <bool name="allowTranslationDefault">true</bool>
+</resources>
diff --git a/main/src/main/res/values-tr/bools.xml b/main/src/main/res/values-tr/bools.xml
new file mode 100644
index 00000000..c983b052
--- /dev/null
+++ b/main/src/main/res/values-tr/bools.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?><!--
+ ~ Copyright (c) 2012-2021 Arne Schwabe
+ ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
+ -->
+
+<resources>
+ <bool name="allowTranslationDefault">true</bool>
+</resources>
diff --git a/main/src/main/res/values-zh-rTW/bools.xml b/main/src/main/res/values-zh-rTW/bools.xml
new file mode 100644
index 00000000..c983b052
--- /dev/null
+++ b/main/src/main/res/values-zh-rTW/bools.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?><!--
+ ~ Copyright (c) 2012-2021 Arne Schwabe
+ ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
+ -->
+
+<resources>
+ <bool name="allowTranslationDefault">true</bool>
+</resources>