Hi all,
I want to change the language to Traditional Chinese(zh_TW)(include frontend and administration).
I'd spent few days to solve this issue.
The doc link
http://docs.cmsmadesimple.org/customizi ... ge-strings
==============
The initial administration language folder like
If I replace the en_US folder to zh_TW, right?
But, the "--Add Me - xxxxx --" tag was showing
It's meaning that cannot found lang parameter.
How can I do ?
Thanks!
How to change to another language?
Re: How to change to another language?
There is no reason of replacing any files anywhere. There is a reason why languages are delivered in a manner of /lang/en_US.php and lang/ext/some_OTHER-LANG.php
You can easily switch your language in "Site Admin -> Global Settings" or for your user profile under "My Preferences -> User Preferences"
You can easily switch your language in "Site Admin -> Global Settings" or for your user profile under "My Preferences -> User Preferences"
Re: How to change to another language?
Thanks for your reply. I got it.uniqu3 wrote:There is no reason of replacing any files anywhere. There is a reason why languages are delivered in a manner of /lang/en_US.php and lang/ext/some_OTHER-LANG.php
You can easily switch your language in "Site Admin -> Global Settings" or for your user profile under "My Preferences -> User Preferences"
I have another questions.
At frontend , where are these lang files locate?(1.Previous page , 2.You are here, 3.Month in News) I found the parameter Previous page/Next page at lib/lang/cms_selflink/en_US.php But cannot find ext/zh_TW.php, so I created it and modified them The result
Next page is OK , but
Previous page is not OK (Please ref. next Post)
Re: How to change to another language?
The result as
Re: How to change to another language?
NCleanGrey is using:
So you can change text inside label='' to whatever you need.
Obviously translations aren't up to date, that's why some of language strings are missing, you could apply to http://dev.cmsmadesimple.org/projects/trad-chinese and help translating, if you got some spair time
Code: Select all
{cms_selflink dir="previous" label="Previous page: "}
Obviously translations aren't up to date, that's why some of language strings are missing, you could apply to http://dev.cmsmadesimple.org/projects/trad-chinese and help translating, if you got some spair time

Re: How to change to another language?
Thanks for your reply.
I had made a request and waiting for response.
I had made a request and waiting for response.
Re: How to change to another language?
Does anyone know how to change the long/short month name?
- Attachments
-
- modified date showed at admin panel
- cmsms_016.png (5.05 KiB) Viewed 2972 times
-
- News module
- cmsms_015.png (12.51 KiB) Viewed 2972 times
Re: How to change to another language?
Perhaps this work for you : config.php
$config['locale'] = 'zh_TW.utf8';
$config['locale'] = 'zh_TW.utf8';
Re: How to change to another language?
Yes! It's a good solution.Jean le Chauve wrote:Perhaps this work for you : config.php
$config['locale'] = 'zh_TW.utf8';
I got it.
Thanks for your suggestion. Do you have the translation suggestion for "You are here"( and "Previous page")?