Re: [MeeGo-dev] Does Meego well support internationalization/localization?

2011-03-29 Thread Haicheng Li
All, thanks for these informative answers which really help me out! Marcin Sołtysiak wrote: Hi, Crossposting to MeeGo L10N list as well We recently got some questions from customers upon Chinese localization: - does meego well support internationalization? Yes, Core & netbook is full

Re: [MeeGo-dev] Does Meego well support internationalization/localization?

2010-10-28 Thread Aleksander Morgado
> >In Tracker we will be using ICU directly to support Chinese Pinyin > >collations. We'll be getting /meegotouch/i18n/lc_collate from gconf and > >pass it directly to libicu. This work is already on-going and will be > >available in the next 2-3 weeks (currently we're assuming en_US.utf8 > >local

Re: [MeeGo-dev] Does Meego well support internationalization/localization?

2010-10-27 Thread Chen, Zhenqiang
Hi Aleksander, >In Tracker we will be using ICU directly to support Chinese Pinyin >collations. We'll be getting /meegotouch/i18n/lc_collate from gconf and >pass it directly to libicu. This work is already on-going and will be >available in the next 2-3 weeks (currently we're assuming en_US.utf8

[MeeGo-dev] Does Meego well support internationalization/localization?

2010-10-27 Thread Aleksander Morgado
Hi Zhenqiang, > - are there any libraries available helping easily >implement Chinese localization features like >Chinese search, sort using Chinese Pinyin? 1 Sort Current Meego content framework does not support Chinese Pinyin sort

Re: [MeeGo-dev] Does Meego well support internationalization/localization?

2010-10-26 Thread Chen, Zhenqiang
> - are there any libraries available helping easily >implement Chinese localization features like >Chinese search, sort using Chinese Pinyin? 1 Sort Current Meego content framework does not support Chinese Pinyin sort. But if your order is the same as ICU, it is easy to implement it in

Re: [MeeGo-dev] Does Meego well support internationalization/localization?

2010-10-26 Thread Mohammad Anwari
2010/10/26 Haicheng Li : > Keen to see your reply. Thanks in advance. For handset: http://apidocs.meego.com/mtf/i18n.html ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

Re: [MeeGo-dev] Does Meego well support internationalization/localization?

2010-10-26 Thread Dimitris Glezos
2010/10/26 Marcin Sołtysiak : > The Qt .ts > files (for Handset UX) support will be introduced in next Transifex > release (I hope ;) ) It's already included and tested. =) We'll be scheduling the upgrade of the server when we know everything is well documented and we have communicated 100% the c

Re: [MeeGo-dev] Does Meego well support internationalization/localization?

2010-10-26 Thread Marcin Sołtysiak
Hi, Crossposting to MeeGo L10N list as well > We recently got some questions from customers upon Chinese localization: >        - does meego well support internationalization? Yes, Core & netbook is fully internationalized by using Gettext. Localization team is working with Transifex (http://mee

[MeeGo-dev] Does Meego well support internationalization/localization?

2010-10-26 Thread Haicheng Li
Hello folks, We recently got some questions from customers upon Chinese localization: - does meego well support internationalization? - are there any libraries available helping easily implement Chinese localization features like Chinese search, sort using Chinese Pinyin? - how many ef