R18n 1.0 发布,下载地址:1.0.0.zip
R18n 是一个国际化和本地化的工具用来为 Ruby 应用程序实现多语言支持的功能。R18n 使用 YAML 格式来存储翻译的内容。
示例用法:
- Merb::Router.prepare do
- match('(/:locale)', :locale => /(en|ru)/) do
- # Your application routers.
- default_route
- end
- end
时间:2012-06-24 21:30
来源:开源中国社区
作者:oschina
原文链接