Skip to main content

Test of xml-based localizations used by Wt apps

Project description

The locales-test command provides a tool to check XML-based localizations of Wt apps.

Wt applications use XML-based localization files. These files consist of messages. A message consists of message identifier and message translation. Each locale is represented with one XML file (localization). Message identifiers are the same in all the localizations, while message translations are different. For more information about localization of Wt applications, see Wt documentation.

Wt does not require much from message identifiers and message order. To reduce to a system, this tool makes demands:

  • message identifier should be like prefix.SECTION.ID (prefix and section list are provided as command line options)

  • first letter of message identifier should be of the same case, as message translation

  • words inside message identifier should be separated with “_”, regardless of case-style

  • messages should be grouped by section (groups are separated by empty line)

  • messages should be ordered by message identifier (case is ignored)

  • multi-line messages should be moved to the end of group and also be ordered

  • message identifiers of template messages should have suffix “_template”

  • max length of line: 120

  • messages should not start or end with space

  • no tabs are allowed

  • Wt itself translations are in the beginning and need not be sorted

If –wt option is provided, this file is used to check translations of Wt messages itself (e.g. “Wt.WDatePicker.Close”).

To use message translations in Wt app, Wt::WString::tr() function is used. The tool checks if message identifiers in .cpp and .hpp files and in localization correspond each other.

Examples

Part of locales/wtclasses.xml used by library wt-classes:

<message id='wc.wbi.Download'>Download</message>
<message id='wc.wbi.Run'>Run</message>
<message id='wc.wbi.View'>View</message>

To test this file and the whole library, located in current folder:

$ locales-test –prefix=wc –sections wbi

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

locales-test-1.4.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page