Hi,
I tried to integrate YAF.NET in my web site and stumbled on its localization. Here are the details:
I need a forum on Serbian language - while there is no this language in YAF list, I need to create it. As far as I realized, I need to copy one existing language XML file, change its name and parameters in Resources tag, and that's it - I would have it in the list and I could start manual translation. But, it failed - I got no updates in the list.
The problem lies in this:
<Resources xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" language="Serbian" code="sr">
"SR" value is not recognized. I just don't know what to put here to get Serbian language in the list.
I tried to do the same with a few languages that were out of the list: Croatian (HR), Slovenian (SL), Bulgarian (BG), and it was ok - I got these languages.
Any help appreciated.
Edited by moderator
12 years ago
|
Reason: changed the quote box to a code box