Form localization

Form Localization Concept for localization <body ui-Intl="js/init.Submission."> PO File format. POEDITOR phantomJS.. Settings ->

Configuring POEditor to work with WZP forms localization resources

  1. Download and install POEditor (http://poedit.net/).
  2. Open File > Preferences > Parsers.

  1. Add new parser with the following settings:
Language <ParserName> (ex. Workzone Client)
List of extensions separated by semicolons

*.txt, *.html, *.js

Parser command

xgettext --language=Python --force-po -o %o %C %K %F --add-comments=Reference

An item in keywords list

-k%k

An item in input files list %f
Source code charset

--from-code=%c

Add or remove new string key in localization resources

  1. Check out the read-only flag from the *.terms.txt resource and *.po files.
  2. Add a new string in the format _("KEYGROUP", "STRINGKEY") in the source file *.terms.txt.
  3. Open each po file in POEditor.
  4. Click Update.
  5. Check your changes in the update summary and click OK.
  6. Add the localized string value for the new key value.
  7. Save your changes.