[SailfishDevel] Post MWC community collaboration meeting on March 8th 2018 at 09:00 UTC

2018-03-08 Thread James Noori
Hi all, Sending this a bit earlier to act both as a reminder and the main email for the meeting this morning. Sorry for not sending a reminder earlier. I've been swamped after MWC with post-MWC things! Here is how the agenda looks like: Date: 08/03/2018 Time: 09:00 UTC Duration: Approximatel

[SailfishDevel] [Minutes] Post MWC community collaboration meeting on March 8th 2018 at 09:00 UTC

2018-03-08 Thread James Noori
Hi all, Thank you for participating in today's meeting. It was very informative and I'm sure a lot of us learned something new as always. Here are the meeting minutes available in variety of formats: Minutes: http://merproject.org/meetings/mer-meeting/2018/mer-meeting.2018-03-08-09.03.html M

[SailfishDevel] QML translations don't work

2018-03-08 Thread Yann Büchau
Hey everyone, I am finally hopping into developing Python-based apps for Sailfish. I am pretty amazed how easy it is actually. Being not so much of a gui guy, I like to do everything from CLI and by hand, not clicking stuff together. I am also more familiar with autotools that the QT build s

Re: [SailfishDevel] QML translations don't work

2018-03-08 Thread Boris Pohler
The behavior is normal and your directory structure is fine. If you log in via ssh and want to start the program, the language is not set: [nemo@Sailfish ~]$ locale LANG= LANGUAGE= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PA

Re: [SailfishDevel] QML translations don't work

2018-03-08 Thread Boris Pohler
Sorry, should be export LANG=de Am Donnerstag, den 08.03.2018, 21:42 +0100 schrieb Boris Pohler: > The behavior is normal and your directory structure is fine. > > If you log in via ssh and want to start the program, the language is not set: > > [nemo@Sailfish ~]$ locale > LANG= > LANGUAGE= >

Re: [SailfishDevel] QML translations don't work

2018-03-08 Thread Osmo Salomaa
On Thu, Mar 8, 2018, at 20:21, Yann Büchau wrote: > Now my question is, what am I doing wrong so QML stuff won't translate? > My QML is just the python-sample with some strings wrapped with qsTr(). What's your translation call like? Note that the context argument needs to match what is in the t

Re: [SailfishDevel] QML translations don't work

2018-03-08 Thread Yann Büchau
Thanks Boris for the hint with setting the LANG variable. Although it should rather be LANG=de_DE.utf8 :-) Unfortunately, this still doesn't help with the QML translation problem. When I launch the app from the grid (which definitely has the locale set because the Python translation works), the

Re: [SailfishDevel] QML translations don't work

2018-03-08 Thread Boris Pohler
That's how it works with my program. Just to be on the safe side, are the translation files in your rpm and in /usr/share/harbour-sailcash/translations on the device? In your spec file in the given repo this information is missing in my opinion, or am I missing something? Am Donnerstag, den 08.