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.
_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Reply via email to