Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Aufree/Hodor
Simple solution to localize your iOS App.
https://github.com/Aufree/Hodor
Last synced: about 1 month ago
JSON representation
Simple solution to localize your iOS App.
- Host: GitHub
- URL: https://github.com/Aufree/Hodor
- Owner: Aufree
- License: mit
- Created: 2015-12-01T08:47:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T13:29:39.000Z (about 6 years ago)
- Last Synced: 2024-08-15T17:57:40.853Z (5 months ago)
- Language: Objective-C
- Size: 174 KB
- Stars: 544
- Watchers: 15
- Forks: 64
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - Hodor - Simple solution to localize your iOS App. (Localization / Other Hardware)
- awesome-ios-star - Hodor - Simple solution to localize your iOS App. (Localization / Other Hardware)
README
![](http://ww2.sinaimg.cn/large/76dc7f1bgw1eyk9uxtr92j21jk0emace.jpg)
Hodor is a simple solution to localize your iOS App quickly, allow you to change language of project in-app without quiting the app, Just like WeChat.
## You may interested in my other project
* [PHPHub-iOS](https://github.com/aufree/phphub-ios) is the universal iPhone and iPad application for PHPHub.
* [ESTMusicPlayer](https://github.com/Aufree/ESTMusicPlayer) An elegant and simple iOS music player.
* [ESTCollectionViewDropDownList](https://github.com/Aufree/ESTCollectionViewDropDownList) A demo implementation of a drop down tag list view for iOS.You can add more languages support in your app by create a new `Localizations` row in Project.
Just like this:
![](http://ww2.sinaimg.cn/large/76dc7f1bjw1ez7j1eah8yj20j70dz75s.jpg)
## [中文文档](https://github.com/Aufree/Hodor#中文文档-1)
## Screenshots
![](http://ww3.sinaimg.cn/large/76dc7f1bjw1eykaqnh42dj21kw12mq6w.jpg)
## Usage
Simple usage like this:
> kLang(@"Hello World");
and it will display `Hello World` in the English environment, `你好 世界` in the Simplified Chinese environment.
Check the code in Xcode if you want to know more details.
## Contributing
Thank you for your interest in contributing to Hodor! Your ideas for improving this app are greatly appreciated. The best way to contribute is by submitting a pull request. I'll do my best to respond to you as soon as possible. You can also [submit a new GitHub issue](https://github.com/Aufree/Hodor/issues/new) if you find bugs or have questions.
## License
Copyright (c) 2015 Paul King
---------------
Released under the [MIT license](https://github.com/Aufree/Hodor/blob/master/LICENSE)
# 中文文档
Hodor 是一套可让你的应用快速支持本地化的解决方案, 允许你在应用内直接更改应用语言而无需退出应用, 类似微信.
> 开源自 [The EST Group](http://est-group.org/) 团队.
## 你或许对我其它项目感兴趣
* [PHPHub-iOS](https://github.com/aufree/phphub-ios) PHPHub 官方 iOS 应用, 完美适配 iPhone 和 iPad.
* [ESTMusicPlayer](https://github.com/Aufree/ESTMusicPlayer) 一款优雅简洁的 iOS 音乐播放器.
* [ESTCollectionViewDropDownList](https://github.com/Aufree/ESTCollectionViewDropDownList) 一款类似虾米的 iOS 菜单筛选列表.你可通过创建新的 `Localizations` 行来添加更多语言支持.
就像这样:
![](http://ww2.sinaimg.cn/large/76dc7f1bjw1ez7j1eah8yj20j70dz75s.jpg)
## 截图
![](http://ww3.sinaimg.cn/large/76dc7f1bjw1eykaqnh42dj21kw12mq6w.jpg)
## 使用
基本的用法:
> kLang(@"Hello World");
上述内容将会在英文环境下显示为 `Hello World`, 中文环境下显示 `你好 世界`.
打开 Xcode 查看此项目代码了解更多详细信息.
## 参与贡献
感谢您有兴趣参与 Hodor 的开发, 您可以在本地修改此项目, 经测试后无任何问题即可给我提交 Pull Request, 我会定期查看并 Merge, 若有其它问题, 可通过提交 [issue](https://github.com/Aufree/Hodor/issues/new) 来让我知道.
## 许可证
Copyright (c) 2015 Paul King
---------------
使用 [MIT 许可证](https://github.com/Aufree/Hodor/blob/master/LICENSE) 发行.