Hi,
On 11/09/14 16:59, service wrote:
> Hi, I got a problem about internationalization on Sailfish, I want to
> add Chinese language to my first Sailfish app, here is what I did
>
> 1. Add this on my .pro file
> TRANSLATIONS += \
> translations/harbour-myappName-zh_CN.ts
>
> 2.translate t
...@lists.sailfishos.org]
on behalf of service [41245...@qq.com]
Sent: Thursday, September 11, 2014 5:59 PM
To: devel
Subject: [SailfishDevel] Internationalization problem on Sailfish
Hi, I got a problem about internationalization on Sailfish, I want to add
Chinese language to my first Sailfish app, here is
Hi
Have you tried removing the country code "CN"? I can not find an example
with a country code on http://qt-project.org.
TRANSLATIONS += \
translations/harbour-myappName-zh.ts
Steffen
Hi, I got a problem about internationalization on Sailfish, I want to
add Chinese language to my f
Hi, I got a problem about internationalization on Sailfish, I want to add
Chinese language to my first Sailfish app, here is what I did
1. Add this on my .pro file
TRANSLATIONS += \
translations/harbour-myappName-zh_CN.ts
2.translate the harbour-myappName-zh_CN.ts file
Then what I shou