Language Translations
Language Translations
Over the last few months we received several new language translations for the Equation Editor. So this great work doesn't go unnoticed we've highlight a few of the latest:
- Italian
- Spanish
- Persian
- Hungarian
- Brazilian Portugese
- Polish
- Romanian
- Greek
26 Jan 11, 7:40AM
26 Jan 11, 8:52AM
Thats is a fantastic addition. Is this Mandarin or Cantonese, I assume Cantonese from 'cn' token, though I seem to remember the many parts of the written language are interchangeable, so perhaps this is both?
I'll be live in the next 24hrs.
Thanks again
26 Jan 11, 12:15PM
not both.
The spoken and written name are different.
There're two kinds of written Chinese character sets:
1. Traditional Chinese(local: zh-tw)
mainly used in HONGKONG, TAIWAN, overseas Chinese.
because it's used in old days, so people who left the country early did not have the chance to learn the simplified one.
many of the people in HONGKONG came from Canton, so they usually speak Cantonese. However, Taiwanese did not speak Cantonese, they speak Mandarin, write and read in Traditional Chinese.
2.Simplified Chinese(local: zh-cn)
mainly used in mainland of China, people speak Mandarin(a little different accent from Taiwanese), write and read in Simplified Chinese;
yes they have many parts are interchangeable, I can also provide Traditional Chinese if asked, but I'm not native speaker.
26 Jan 11, 9:55PM
Very interesting. Thank you for a great answer.
It would be good to have Traditional Chinese; but I suggest we start the Mandarin version and see the response. I've also an old friend from Taiwan who I'm sure can help with the Traditional translation.
29 Jan 11, 11:56PM
The Mandarin translation is now live. Looks great.
We will expand the translations to include many of the drop downs menus in the next major release.
Thanks
18 Mar 11, 4:17PM
i want to translate the LaTeX Equation Editor too. But I don't know the which file is translate. If someone help me, I''ll be glad
18 Mar 11, 11:13PM
Hi,
You can download the base translation files from:
English Translation
then following the instructions within it to convert to Turkish or whatever.
Appreciate your help19 Mar 11, 8:45PM
How i change the language when i embed the editor? Which code must be writen?
Thanks for helping
19 Mar 11, 10:43PM
It depends a little on how you are launching the editor.
If you're using javascript to launch the editor, then there is a language parameter, see this page:
Popup Installation or
Embedded Installation
If you're just trying to launch the editor within a browser, then you can add the 'lang=fr-rf', as in
http://www.codecogs.com/components/eqneditor/editor.php?lang=fr-frobviously use the language code you you require.
20 Mar 11, 7:05AM
i wrote ''< language id="fr-fr" />'' for embeding but language not change.
Can you help me for which code i have to write for changing the language when i embed
20 Mar 11, 8:43PM
If you are embedding the editor then you need to change the parameters to EqEditor.embed. The prototype for this is:
EqEditor.embed(divID, SID, design, language)For for french you might use:
EqEditor.embed('editorDIV', '', 'mini', 'fr-fr')
20 Mar 11, 10:25PM
Thank you for that file:
Here is your turkish translation http://codecogs.izyba.com/latex/eqneditor.php?lang=tr-tr
Its on a test installation for now but it'll go live once you've confirmed the translation is correct.
20 Mar 11, 10:55PM
21 Mar 11, 7:42AM
Can the file be int the Unicode UTF-8 format, which is what the editor itself work in. The language file is just a plugin to this so its encoding is relatively unimportant.
I'll try the new file.
21 Mar 11, 7:54AM
21 Mar 11, 9:46PM
The latest UTF-8 version has been uploaded. Thanks for that.
Does this now read correctly?
21 Mar 11, 10:13PM
Yes everything is ok
26 Apr 11, 5:38PM
Some new colors add to latex equation editor.
Can you add the new language files? I want to translate new ones
8 May 11, 12:54PM
Sorry for the delay. Its probably easiest if you and others just post back to this forum the translations for the following colors:
$lang['color_title']='Equation Colour'; $lang['Transparent']='Transparent'; $lang['White']='White'; $lang['Black']='Black'; $lang['Red']='Red'; $lang['Green']='Green'; $lang['Yellow']='Yellow'; $lang['Cyan']='Cyan'; $lang['Magenta']='Magenta'; $lang['Teal']='Teal'; $lang['Purple']='Purple'; $lang['DarkBlue']='Dark Blue'; $lang['DarkRed']='Dark Red'; $lang['Orange']='Orange'; $lang['DarkOrange']='Dark Orange'; $lang['Golden']='Golden'; $lang['Pink']='Pink'; $lang['DarkGreen']='Dark Green'; $lang['Orchid']='Orchid'; $lang['Emerald']='Emerald';Thanks.
12 May 11, 8:46PM
For Turkish language
$lang['color_title']='Eşitlik renkleri'; $lang['Transparent']='Transparan'; $lang['White']='Beyaz'; $lang['Black']='Siyah'; $lang['Red']='Kırmızı'; $lang['Green']='Yeşil'; $lang['Yellow']='Sarı'; $lang['Cyan']='Açık mavi'; $lang['Magenta']='Eflatun'; $lang['Teal']='Ördek yeşili'; $lang['Purple']='Mor'; $lang['DarkBlue']='Lacivert'; $lang['DarkRed']='Koyu kırmızı'; $lang['Orange']='Turuncu'; $lang['DarkOrange']='Koyu turuncu'; $lang['Golden']='Altın rengi'; $lang['Pink']='Pembe'; $lang['DarkGreen']='Koyu yeşil'; $lang['Orchid']='Koyu pembe'; $lang['Emerald']='Zeytin yeşili';
4 Jun 20, 3:51AM
How to write Bengali Language Numericals and Texts?
Login