• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

karmi/rails_i18n_demo_app: Demo for Rails 2.2 internationalization & lo ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

karmi/rails_i18n_demo_app

开源软件地址(OpenSource Url):

https://github.com/karmi/rails_i18n_demo_app

开源编程语言(OpenSource Language):

Ruby 99.5%

开源软件介绍(OpenSource Introduction):

Demo application for Rails internationalization API

Simple & minimal Rails application to test the internationalization and localization features of Rails 2.2 and later. I keep this application up-to-date with my current contract, so you can follow the commits for (possible) API changes and gotchas.

It shows how you can override Rails default locale/language ('en') in views, in ActiveRecord validation messages, etc. It shows you how to test internationalization features.

Tries to set some reasonable pattern to load translation files and set locale either from request domain (.com, .de, etc) or request params. Do not ever set locale to cookie or session, as it breaks basic assumptions about web. Read this discussion for context: groups.google.com/group/rails-i18n/browse_thread/thread/de73dbd1309ae640/

The application includes translation file for Czech language so you can easily roll your own Spanish, German, Polish, etc version just by duplicating the file, renaming it and changing the translation strings. After server restart you should see your language in language bar at the top of the page.

Installation & Requirements

  • Download & unpack archive or git clone from Github [github.com/karmi/rails_i18n_demo_app]

  • The application requires Rails version 2.2 or later. Either upgrade your Rails gem by running

    $ sudo gem update rails
  • or just download and freeze Rails into vendor/rails

    $ rake rails:freeze:edge RELEASE=2.2.2
  • Run migrations (to be able to test ActiveRecord message localizations) by rake db:migrate

  • Run script/server and point your browser at localhost:3000

About setting the locale from the request domain

Usually the most sane approach to setting locale/language version of the application is from the domain: application.com loads English, application.es Spanish. This works best for content heavy websites and search engines love it.

The ApplicationController#extract_locale_from_tld sets locale from the top-level domain (ie. the “es” in example.es loads Spanish version). To test this locally, you have to edit your /etc/hosts file by inserting lines like:

127.0.0.1 application.com
127.0.0.1 application.cz

Then just load your application as usual at http://application.cz:3000 or http://application.com:3000 and you should see the locale being switched.

About Rails i18n

See guide at guides.rails.info/i18n.html See www.rails-i18n.org for more info and get in touch at groups.google.com/group/rails-i18n




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap