Be aware of dysfunctional fallback to nonstandard default locale; en_us (should 
be en_US)

It means that the qx.locale.Manager uses the key instead of the value of the 
string.

qx.ui.basic.Label(this.tr("key"));

For example:

#: com/pc/co/join/view/PInfo.js:83
msgid "C6"
msgstr "asasas"

or

msgstr ""

then the manager uses the key instead of the value (msgstr)

the default value is buggy

Stefan
                                          
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to