Hello zhengzhu,
Saturday, March 26, 2005, 9:19:32 PM, you wrote:
You can take a look at LanguageZh.php, which implements most stuff related to the Chinese conversion system.
thanks, I'll look at it.
If the conversion between Cyrillics and Latin is strictly one-to-one, then it should be fairly simple to support that, since most related code is already written. All we need is probably a mapping table between the Cyrillics and the Latin alphabet.
I'll send you private mail.
If you can put the table somewhere, I can probably implement it and put up a test site fairly quickly. But since I have no knowledge with those languages, I can be wrong.
Ok. It is great. The only problem is with latin names, interwiki links and so on. I'm not sure how to handle it. May be converter from Cyrillics to Latin should put some tags around originally latin strings; so Latin to Cyrillics converter will know what not to translate.