summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-05-23 21:36:54 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-05-24 21:37:54 -0400
commit8b8c0c7c2ac40cd729a9eeb39189c184978b6d57 (patch)
tree09ab71d2b8f13ae47960d5508a5afd3ac135e588 /apps/lang/english.lang
parentac20f8a73c9898ab66e176ab66f3ef89bb76692d (diff)
downloadrockbox-8b8c0c7c2ac40cd729a9eeb39189c184978b6d57.tar.gz
rockbox-8b8c0c7c2ac40cd729a9eeb39189c184978b6d57.zip
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
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang4
1 files changed, 2 insertions, 2 deletions
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 @@
753</phrase> 753</phrase>
754<phrase> 754<phrase>
755 id: LANG_CHANNEL_STEREO 755 id: LANG_CHANNEL_STEREO
756 desc: in sound_settings 756 desc: in sound_settings and radio screen
757 user: core 757 user: core
758 <source> 758 <source>
759 *: "Stereo" 759 *: "Stereo"
@@ -767,7 +767,7 @@
767</phrase> 767</phrase>
768<phrase> 768<phrase>
769 id: LANG_CHANNEL_MONO 769 id: LANG_CHANNEL_MONO
770 desc: in sound_settings 770 desc: in sound_settings and radio screen
771 user: core 771 user: core
772 <source> 772 <source>
773 *: "Mono" 773 *: "Mono"