locales-test

Software Screenshot:
locales-test
Software Details:
Version: 1.4.0
Upload Date: 14 Apr 15
Developer: Boris Nagaev
Distribution Type: Freeware
Downloads: 0

Rating: nan/5 (Total Votes: 0)

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

Requirements:

  • Python

Similar Software

potpie
potpie

14 Apr 15

Translate Toolkit
Translate Toolkit

17 Feb 15

Ankur
Ankur

3 Jun 15

PHP-GTK
PHP-GTK

2 Jun 15

Comments to locales-test

Comments not found
Add Comment
Turn on images!