Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goliatone/as3i18n
ActionScript 3 localization library
https://github.com/goliatone/as3i18n
Last synced: 23 days ago
JSON representation
ActionScript 3 localization library
- Host: GitHub
- URL: https://github.com/goliatone/as3i18n
- Owner: goliatone
- Created: 2011-09-01T19:06:56.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-24T15:32:28.000Z (over 11 years ago)
- Last Synced: 2024-11-03T07:42:26.502Z (2 months ago)
- Language: ActionScript
- Homepage: http://www.enjoy-mondays.com/
- Size: 284 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - as3i18n - ActionScript 3 localization library (Unsorted / Other API)
README
as3i18n
=============Flexible localization library to handle localization of your ActionScript 3 projects.
It features a highly customizable api that does not tie you to any specific implementation or format.The library defaults to use XML to store the localized strings, a simple XML loader, and data parser.
It has been used with different source formats such as simple key par in TXT file or gettext po files.
Examples of such use are not included at the moment.Exaples and Documentation
-------------------------At the moment there is only one simple flash AS3 example to get you started.
Next goal will be to create some wiki pages and decent examples as well as some
more advanced ones to showcase the flexibility and power of the library.