tests/auto/qscriptengine/translatable2.js
author William Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:41:55 +0100
branchGCC_SURGE
changeset 31 5daf16870df6
parent 22 79de32ba3296
permissions -rw-r--r--
Catchup to latest Symbian^4

qsTr("Three");
qsTranslate("BarContext", "Four");

var celebration_strings = [
    QT_TR_NOOP("Happy birthday!"),
    QT_TRANSLATE_NOOP("BarContext", "Congratulations!")
];

qsTr("Three", "not the same three");