zen-cart-v154-Chinese-simplified-utf8, not sure the folder name under email
I've installed v154 Eng version first, then installed the Schinese language pack (zen-cart-v154-Chinese-simplified-utf8). I would like to add one more language selection (Tradition Chinese), (i.e. Eng / Simplified Chinese / Traditional Chinese) then I installed the Schinese pack again but changed all the related folders to other name and changed all contents from Simplified to Traditional.
But I'm not sure how to do under the folder Email. I find there is an existing folder "GB" under Email, I guess it should be used for simplified Chinese. I wonder what folder name I should create for traditional Chinese.
Could anyone help me? Thanks very much!
Re: zen-cart-v154-Chinese-simplified-utf8, not sure the folder name under email
In Admin->Localization->Languages, you added Simplified Chinese, by supplying a directory name and a 2-letter code. That 2-letter code is the name of the folder you create under /email/ for customizing the email templates.
English:
directory: english
code: en
French:
directory:french
code: fr
(email folder: email/fr )
Italian:
directory: italian
code: it
(email folder: email/it )
Spanish:
directory: spanish
code: es
(email folder: email/es )
For your multiple Chinese languages, simply follow the pattern, using the 2-letter ISO code for each language.
Re: zen-cart-v154-Chinese-simplified-utf8, not sure the folder name under email
Quote:
Originally Posted by
DrByte
In Admin->Localization->Languages, you added Simplified Chinese, by supplying a directory name and a 2-letter code. That 2-letter code is the name of the folder you create under /email/ for customizing the email templates.
English:
directory: english
code: en
French:
directory:french
code: fr
(email folder: email/fr )
Italian:
directory: italian
code: it
(email folder: email/it )
Spanish:
directory: spanish
code: es
(email folder: email/es )
For your multiple Chinese languages, simply follow the pattern, using the 2-letter ISO code for each language.
thanks DrByte