From 3e6a8f5396ac5db4d66996cd08eebec524b0365f Mon Sep 17 00:00:00 2001 From: Yash Khare Date: Sat, 11 Apr 2020 17:53:39 +0530 Subject: [PATCH] Fix #1824 Make night UI properly translated --- core/src/main/res/values-ar/strings.xml | 3 +++ core/src/main/res/values-qq/strings.xml | 3 +++ core/src/main/res/values/strings.xml | 9 ++++++--- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/core/src/main/res/values-ar/strings.xml b/core/src/main/res/values-ar/strings.xml index 51254ed4b..acfd90519 100644 --- a/core/src/main/res/values-ar/strings.xml +++ b/core/src/main/res/values-ar/strings.xml @@ -259,4 +259,7 @@ الجهاز الافتراضي حذف التاريخ؟ أزل العلامات المرجعية؟ + تشغيل + تعطيل + تلقائي diff --git a/core/src/main/res/values-qq/strings.xml b/core/src/main/res/values-qq/strings.xml index ddb198907..b0aaaf4f4 100644 --- a/core/src/main/res/values-qq/strings.xml +++ b/core/src/main/res/values-qq/strings.xml @@ -42,4 +42,7 @@ TODO: Unclear, must be documented. See https://github.com/kiwix/overview/issues/31 {{Identical|Save}} This means \"there are no bookmarks\" + This is used in the settings screen to turn on the night mode. + This is used in the settings screen to turn off the night mode. + This is used in the settings screen to turn the night mode on or off automatically depending upon the system settings of the phone. diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 71f994bd8..6cce9a133 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -269,10 +269,13 @@ Device Default Delete History? Delete Bookmarks? + On + Off + Auto - On - Off - Auto + @string/on + @string/off + @string/auto 2