[SailfishDevel] Translation support in transfer-engine plugin

2018-03-13 Thread Oleg Linkin
Hello. I have transfer-engine plugin for getpocket.com service. I add translations for this plugin but it doesn't work. Translations loaded in random way: If I use fr language - loaded sv for example. If I delete sv- translation - loaded russian. How I can setup translations for this plugins?

[SailfishDevel] Translation for 3rd party transfer-engine plugins

2018-01-28 Thread Oleg Linkin
Hello. I have transfer-engine plugin for getpocket.com service. I add translations for this plugin but it doesn't work. Translations loaded in random way: If I use fr language - loaded sv for example. If I delete sv- translation - loaded russian. How I can setup translations for this plugins? _

Re: [SailfishDevel] Translation support broken? | Re: SDK version 1701 (2.1.0) is released to Early Access

2017-03-28 Thread Martin Kampas
; devel@lists.sailfishos.org Subject: Re: [SailfishDevel] Translation support broken? | Re: SDK version 1701(2.1.0) is released to Early Access Hi Martin, Sorry, I totally forgot to answer to this. I only wanted to let you know that your solution fixed the issue for me and say thank you

Re: [SailfishDevel] Translation support broken? | Re: SDK version 1701 (2.1.0) is released to Early Access

2017-03-28 Thread micu
mpas > Sent: Thursday, February 23, 2017 11:00 AM > To: Sailfish OS Developers > Subject: RE: [SailfishDevel] Translation support broken? | Re: SDK version > 1701 (2.1.0) is released to Early Access > > Hi micu, > > I can confirm it can be reproduced - the

Re: [SailfishDevel] Translation support broken? | Re: SDK version 1701 (2.1.0) is released to Early Access

2017-02-23 Thread Martin Kampas
, 2017 11:00 AM To: Sailfish OS Developers Subject: RE: [SailfishDevel] Translation support broken? | Re: SDK version 1701 (2.1.0) is released to Early Access Hi micu, I can confirm it can be reproduced - the build is not terminated though and I never scrolled up enough to check the outp

Re: [SailfishDevel] Translation support broken? | Re: SDK version 1701 (2.1.0) is released to Early Access

2017-02-23 Thread Martin Kampas
: Monday, February 13, 2017 11:52 AM To: Sailfish OS Developers Subject: Re: [SailfishDevel] Translation support broken? | Re: SDK version 1701 (2.1.0) is released to Early Access Hi micu, For me it works also with the development branch (6d90504b299505465e3a7a5278704ffba7c2ea27). I also tried

Re: [SailfishDevel] Translation support broken? | Re: SDK version 1701 (2.1.0) is released to Early Access

2017-02-13 Thread Martin Kampas
Hi micu, For me it works also with the development branch (6d90504b299505465e3a7a5278704ffba7c2ea27). I also tried with an updated installation of SDK (1611->1701), instead of a clean installation. Is there anything special about your installation? BR, Martin __

Re: [SailfishDevel] Translation support broken? | Re: SDK version 1701 (2.1.0) is released to Early Access

2017-02-13 Thread micuintus micuintus
Hey Martin, Thanks for your answer! > 1) sources from "master" branch from > https://github.com/micuintus/harbour-Berlin-Vegan, and I experienced this on "development", where I switched to the ID based translation mechanism recently (b18ec31ffed5acad371cfcbd9dc546380c7c19d7, not on master yet

Re: [SailfishDevel] Translation support broken? | Re: SDK version 1701 (2.1.0) is released to Early Access

2017-02-13 Thread Martin Kampas
vel [devel-boun...@lists.sailfishos.org] on behalf of micu [micuin...@gmx.de] Sent: Saturday, February 11, 2017 2:14 PM To: devel@lists.sailfishos.org Subject: [SailfishDevel] Translation support broken? | Re: SDK version 1701 (2.1.0) is released to Early Access Hi there, It's me again

[SailfishDevel] Translation support broken? | Re: SDK version 1701 (2.1.0) is released to Early Access

2017-02-11 Thread micu
Hi there, It's me again ;) --- another thing: Is it possible that the translation support is broken with the new SDK --- or do I need to do sth. different? Somehow my qm's aren't generated correctly anymore (automatically): > install: cannot stat > `/home/mersdk/share/devel/projects/Sailfish

Re: [SailfishDevel] Translation

2015-06-27 Thread Rudi Timmermans
It's already fixed thanks! just use text: qsTr(section) and it works ;) --- Best regards! Rudi Timmermans. Op 28/06/15 om 07:44 schreef Asser Lähdemäki: Use the same QT_TR_NOOP("Debug") as for title? coderusinbox kirjoitti su kesäkuuta 28 08:05:22 2015 GMT+0300: Hi, I like to translate a t

Re: [SailfishDevel] Translation

2015-06-27 Thread Asser Lähdemäki
Use the same QT_TR_NOOP("Debug") as for title? coderusinbox kirjoitti su kesäkuuta 28 08:05:22 2015 GMT+0300: > 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

Re: [SailfishDevel] Translation

2015-06-27 Thread coderusinbox
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"

[SailfishDevel] Translation

2015-06-27 Thread Rudi Timmermans
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"