[How-To] Deal with Hack-Translations (vBulletin 3.5 RC1 and up)
Keeping the new Product Management in mind, I think more and more Hacks will start using Phrases, as it becomes relatively easy to distribute Hacks with Phrases for both the Developers and the Users.
Most Hacks are being written in English, but as they are being used in many Countries, there might be needs for Translations. Although it's possible to just provide different Product XMLs for different Languages, it seems to be better to take advantage of vBulletins Language System. This way, Hack authors can provide additional Language XMLs for their works, while maintaining just one Product XML, and still the User can select which language to use. It also makes it easy for 3rd Parties to provide Translations. Developers/Translators The following instructions require Debug Mode being turned on. To do so, place PHP Code:
To create a Translation, create a new Language (if it's not already present) and translate your Hacks phrases from the MASTER Language. When you're done, go to Languages & Phrases, Download / Upload Languages. Select the Language that contains the translated Phrases, select your Product and make sure that Just fetch Phrases is set to Yes - then download the Language. End Users To install a Translation for your Hack, import the provided Language XML and overwrite your existing Language (eg. if the Translation is for French overwrite your French langauge, if it is for Italian overwrite your Italian language, etc.). This will of course not harm any Language Options or other Phrases. This How-To is (C) 2005 by KirbyDE and you are not allowed to redistribute it in any way without my explicit consent. |
yep thanks KirbyDE :)
|
Thanks a lot KirbyDE. That's going to help me.
|
Nice HOW-TO! Thank's Andreas!
Can i add something for advanced users? :) HOW-TO for advanced users: 1. Open new hack what you like to install & find Code:
<phrases> 3. If you find some code between those TAG's then, create new file in any text editor with name somehack-language.xml. 4. Paste this code in it: Code:
<?xml version="1.0" encoding="ISO-8859-1"?> NOTE: where "Russian (RU)" - your language "3.5.3" - your translate for version of vB 5. Copy all code in your hack between TAG's Code:
<phrases> Code:
</language> Code:
<phrase name="phrase_name_desc"><![CDATA[XXXXXXXXXXXXXXXXXXX]]></phrase> 7. After transleting SAVE your somehack-language.xml. 8. For installing your translated hack go to: AdminCP - Languages & Phrases - Languages & Phrases. Chose location for Import Language XML File where from you like to install translated hack. In Overwrite Language chose language what have been translated and click import. That's all folk's :). Tha last point (i mean 8) also needed for install translat for hack to another forum's :). Thank's for attantion. |
All times are GMT. The time now is 02:51 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|