From 8b8c0c7c2ac40cd729a9eeb39189c184978b6d57 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 23 May 2024 21:36:54 -0400 Subject: checkwps: Validate translated strings (%Sx) In verbose mode it will log valid the strings found, otherwise it will only complain when we encounter a missing string. Unfortunately a missing string is not inherently a problem, due to conditional expressions. So all we can do is complain in checkwps or if wps debugging is turned on. Meanwhile, this is the first step in actually enumerating the translated strings used by themes. Change-Id: Ia93b333085e825d5b085c4d372ad8e13aa3e3ba1 --- apps/lang/english.lang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/lang/english.lang') diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 6c09aa3d40..fdedf01866 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -753,7 +753,7 @@ id: LANG_CHANNEL_STEREO - desc: in sound_settings + desc: in sound_settings and radio screen user: core *: "Stereo" @@ -767,7 +767,7 @@ id: LANG_CHANNEL_MONO - desc: in sound_settings + desc: in sound_settings and radio screen user: core *: "Mono" -- cgit v1.2.3