[SailfishDevel] Translation

Rudi Timmermans rudi.timmer at gmx.us
Sun Jun 28 04:43:20 UTC 2015


Hi,

I like to translate a the word debug from a section how can i do that ? 
When i use QsTR this dont work

Code:

         }
         ListElement {
             page: "ToolsPage.qml"
             title: QT_TR_NOOP("Tools")
             subtitle: "Misc. tools for testing the application"
             section: "Debug"
         }
     }

     SilicaListView {
         id: listView
         anchors.fill: parent
         model: pagesModel
         header: PageHeader { title: root.title }
         section {
         property: 'section'
             delegate: SectionHeader {
             text: section
             }
         }


---
Best regards!

Rudi Timmermans.


More information about the Devel mailing list