12.04 still not support chinese, complie with:
cmake .. && sudo make install
need chanage const QString loc ="zh_cn"; in lib/src/ItalcCore.cpp
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/435354
use Chinese(Simplified) Language Pack for iTALC 2.01.
** Attachment added: "zh_cn.ts.gz"
https://bugs.launchpad.net/ubuntu/+source/italc/+bug/435354/+attachment/3941690/+files/zh_cn.ts.gz
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
** Changed in: italc (Ubuntu)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/435354
Title:
italc-master s interface is not available in Chinese
To manage
This bug has been marked as Fix Committed for over a year. If the fix
has made it into Ubuntu, please mark this bug as Fix Released. If the
fix has been released upstream, but not Ubuntu, create a new bug asking
for the new version and tag it with upgrade-software-version. If this
bug stays inactiv
I just did a quick fix for that and it's now in the lucid packaging
branch, next upload will have that fix included.
** Changed in: italc (Ubuntu)
Status: Triaged => Fix Committed
--
italc-master s interface is not available in Chinese
https://bugs.launchpad.net/bugs/435354
You received t
it's actually an upstream bug, I'll have a look and see if I can get it
fixed there easily, if not, I'll fix it in ubuntu.
--
italc-master s interface is not available in Chinese
https://bugs.launchpad.net/bugs/435354
You received this bug notification because you are a member of Ubuntu
Bugs, whi
** Changed in: italc (Ubuntu)
Status: New => Triaged
** Changed in: italc (Ubuntu)
Importance: Undecided => Medium
--
italc-master s interface is not available in Chinese
https://bugs.launchpad.net/bugs/435354
You received this bug notification because you are a member of Ubuntu
Bugs,
Alright, I have spent some more time looking around this and I got
things working:
italc is using a resource file for the translations and the icons and
the Chinese translation was not included in there, probably because it
was not 100% completed. My colleague Jason Wu has terminated the
translati
I have got the source code and found out we have the following issues:
in ima/resources, there are zh.ts and zh.qm but not any zh_CN.* files so
I did the following:
cp zh.ts zh_CN.ts
lrelease zh_CN.ts -qm zh_CN.qm
cp zh.ts zh_cn.ts
lrelease zh_cn.ts -qm zh_cn.qm
then ./configure, make and sudo m