tests/auto/qscriptengine/translatable2.js
changeset 22 79de32ba3296
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
       
     1 qsTr("Three");
       
     2 qsTranslate("BarContext", "Four");
       
     3 
       
     4 var celebration_strings = [
       
     5     QT_TR_NOOP("Happy birthday!"),
       
     6     QT_TRANSLATE_NOOP("BarContext", "Congratulations!")
       
     7 ];
       
     8 
       
     9 qsTr("Three", "not the same three");