From fde4d134b42b2b5367bfe23499909fde8275ce90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Sat, 6 Jun 2020 16:40:00 +0200 Subject: [PATCH] Mark system theme as default also in the name strings. As far as possible, some languages did not call the dark theme "dark" but instead default, left those unchanged. --- res/values-de/arrays.xml | 4 ++-- res/values-ru/arrays.xml | 4 ++-- res/values-zh-rCN/arrays.xml | 4 ++-- res/values/arrays.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/res/values-de/arrays.xml b/res/values-de/arrays.xml index 105c39c..e87d0af 100644 --- a/res/values-de/arrays.xml +++ b/res/values-de/arrays.xml @@ -11,8 +11,8 @@ Hell - Dunkel (Standard) - Systemthema + Dunkel + Systemthema (Standard) diff --git a/res/values-ru/arrays.xml b/res/values-ru/arrays.xml index 5c35f75..3d4ef96 100644 --- a/res/values-ru/arrays.xml +++ b/res/values-ru/arrays.xml @@ -11,8 +11,8 @@ Светлая тема - Тёмная тема (по умолчанию) - Системная тема + Тёмная тема + Системная тема (по умолчанию) diff --git a/res/values-zh-rCN/arrays.xml b/res/values-zh-rCN/arrays.xml index a8b3619..675b832 100644 --- a/res/values-zh-rCN/arrays.xml +++ b/res/values-zh-rCN/arrays.xml @@ -11,8 +11,8 @@ 亮色主题 - 暗色主题(默认) - 系统主题 + 暗色主题 + 系统主题(默认) diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 1cac2f6..6b9b0da 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -25,8 +25,8 @@ Light theme - Dark theme (default) - System theme + Dark theme + System theme (default) -- 2.43.0