|
INI
INI localization file example
IntroductionINI 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 ExampleFollowing 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 |