Popularity
5.6
Declining
Activity
0.0
Stable
546
15
64

Code Quality Rank: L5
Programming language: Objective-C
License: MIT License
Tags: Localization    

Hodor alternatives and similar libraries

Based on the "Localization" category.
Alternatively, view Hodor alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Hodor or a related project?

Add another 'Localization' Library

README

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

You can add more languages support in your app by create a new Localizations row in Project.

Just like this:

中文文档

Screenshots

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 if you find bugs or have questions.

License

Copyright (c) 2015 Paul King


Released under the MIT license

中文文档

Hodor 是一套可让你的应用快速支持本地化的解决方案, 允许你在应用内直接更改应用语言而无需退出应用, 类似微信.

开源自 The EST Group 团队.

你或许对我其它项目感兴趣

你可通过创建新的 Localizations 行来添加更多语言支持.

就像这样:

截图

使用

基本的用法:

kLang(@"Hello World");

上述内容将会在英文环境下显示为 Hello World, 中文环境下显示 你好 世界.

打开 Xcode 查看此项目代码了解更多详细信息.

参与贡献

感谢您有兴趣参与 Hodor 的开发, 您可以在本地修改此项目, 经测试后无任何问题即可给我提交 Pull Request, 我会定期查看并 Merge, 若有其它问题, 可通过提交 issue 来让我知道.

许可证

Copyright (c) 2015 Paul King


使用 MIT 许可证 发行.


*Note that all licence references and agreements mentioned in the Hodor README section above are relevant to that project's source code only.