Changes between Version 6 and Version 7 of DolLang
- Timestamp:
- Aug 3, 2009, 5:12:29 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DolLang
v6 v7 30 30 31 31 }}} 32 a.You need to change the 'Name', 'Flag' and 'Title' in accordance with the language you are translating to. Note. You need to use International Language Codes for 'Name' and 'Flag'. You may read more about it using the following link http://www.boonex.com/unity/txt/extension_requirements#LanguageFiles32 * You need to change the 'Name', 'Flag' and 'Title' in accordance with the language you are translating to. Note. You need to use International Language Codes for 'Name' and 'Flag'. You may read more about it using the following link http://www.boonex.com/unity/txt/extension_requirements#LanguageFiles 33 33 34 b.If you use (') sign in the language string you need to escape it by replacing with (\'). Take a look at example above -> 'test_key' language key.34 * If you use (') sign in the language string you need to escape it by replacing with (\'). Take a look at example above -> 'test_key' language key. 35 35 36 c.It is necessary that you open and save this file in UTF-8 format. Otherwise non-latin symbols will not be correctly displayed.36 * It is necessary that you open and save this file in UTF-8 format. Otherwise non-latin symbols will not be correctly displayed. 37 37 38 38 3. Go to Dolphin admin panel -> Settings -> Languages Settings and in the 'Create New' block switch tab to 'Import'. Browse for your language file and click 'Import'. If everything is OK, you should see new language in the 'Language Files' block.