Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/molingyu/rosetta
A graceful Unity I18N plugin.Support for the creation and loading of pot/po files.
https://github.com/molingyu/rosetta
i18n unity unity-plugin
Last synced: about 1 month ago
JSON representation
A graceful Unity I18N plugin.Support for the creation and loading of pot/po files.
- Host: GitHub
- URL: https://github.com/molingyu/rosetta
- Owner: molingyu
- License: mit
- Created: 2019-04-19T08:01:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T18:06:08.000Z (9 months ago)
- Last Synced: 2024-10-10T10:20:12.970Z (about 1 month ago)
- Topics: i18n, unity, unity-plugin
- Language: C#
- Homepage: https://molingyu.github.io/RosettaDocs/
- Size: 559 KB
- Stars: 75
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rosetta
I18N in Unity3D made easy and automation. Full support for GNU [GetText](https://www.gnu.org/software/gettext/) i18n workflow and Unity media files.
You can reach the me right here by opening a [new issue](https://github.com/molingyu/Rosetta/issues/new), or send email at [@shitake233](https://twitter.com/shitake233).
*Warrning: Rosetta depends on [Odin Inspector](http://sirenix.net/odininspector) plugin. Make sure you have a license for [Odin Inspector](http://sirenix.net/odininspector) before using Rosetta.*
![Rosetta](./Res/Rosetta.png)
## Feature
+ [GetText](https://www.gnu.org/software/gettext/) like text I18N system(creation and loading of pot/po file).
+ Unity media file support(Font/Sprite/AudioClip).
+ New languages can be added externally at runtime (mod system)
+ UGUI and TextMesh Pro support.## Installation and usage
+ Download unitypackage from [Releases](https://github.com/molingyu/Rosetta/releases) and import it.
* Use [UPM](https://github.com/molingyu/shitake.rosetta)[API Document & Guides](https://molingyu.github.io/RosettaDocs/)
## Demo
A simple game [demo](https://www.dropbox.com/s/npkllqne2l8xea0/RosettaExample.rar?dl=0) (Dropbox).
### Mirrors
+ [China](https://pan.baidu.com/s/16dXxgmDyA4UU9Cd0a-CvdA) (BaiduYun 提取码: dwca )## Roadmap
+ Mo file support.
+ Add TextMesh Pro font Loader.
+ Get text from source code.## License
[MIT](./LICENSE)
Copyright 2019 Shitake.