1
0
Fork 0
forked from len0rd/rockbox
foxbox/tools/checkwps
Solomon Peachy 8b8c0c7c2a 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
2024-05-24 21:37:54 -04:00
..
buildall.sh checkwps: have the ./buildall.sh script log all build failures. 2020-04-13 17:26:22 -04:00
checkwps.c checkwps: Validate translated strings (%Sx) 2024-05-24 21:37:54 -04:00
checkwps.h
checkwps.make checkwps: Validate translated strings (%Sx) 2024-05-24 21:37:54 -04:00
cleanall.sh
parse_configure.awk checkwps: Fix buildall.sh and some RaaA/ypr0 versions. 2012-02-10 20:27:59 +01:00
README
SOURCES checkwps: Validate translated strings (%Sx) 2024-05-24 21:37:54 -04:00
system-target.h

This directory contains the checkwps tool which can be used to
validate wps files outside of Rockbox.

checkwps uses the Rockbox WPS parser and is therefore built in
target-specific versions (to avoid making lots of changes to the core
code).

To compile
----------

Just run the ./buildall.sh script


To remove all compiled files
----------------------------

./cleanall.sh


To add a new target
-------------------

Add $target and $modelname from tools/configure to targets.txt