My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
INI  
INI localization file example
Updated Mar 21, 2011 by phong.le...@gtempaccount.com

Introduction

INI file is a standard for configuration file. It's also a good candidate to use in localization. Reference more from http://en.wikipedia.org/wiki/INI_file

Example

Following shows an example of ini file.

name = "Component Editor"

; Common texts
ui_component_canvas_help = "Open a component for editing from the component list to the left"
ui_move_element = "Move element"
ui_paste_element = "Paste element"

; Settings dialogue headers
ui_settings_for_component = "Settings for component"
ui_settings_for_elemänt = "Settings for element"
ui_settings_for_module = "Settings for module"

Note that the context block with ; or [ ] is not supported

Powered by Google Project Hosting