This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 0689d942921b8117c245ee6dddc29238957d4ffc
tree b94d05d2a369be954be17b6c6f2391427fc075e9
parent 47111df86be267a870c311c393e44b50565f5c08
tree b94d05d2a369be954be17b6c6f2391427fc075e9
parent 47111df86be267a870c311c393e44b50565f5c08
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Aug 27 17:13:31 -0700 2008 | |
| |
README | Wed Dec 03 03:25:23 -0800 2008 | |
| |
Rakefile | Thu Aug 07 07:19:15 -0700 2008 | |
| |
app/ | Wed Dec 03 05:02:33 -0800 2008 | |
| |
config/ | ||
| |
db/ | Thu Aug 14 17:02:33 -0700 2008 | |
| |
doc/ | Thu Aug 07 07:19:15 -0700 2008 | |
| |
log/ | Thu Aug 28 06:40:18 -0700 2008 | |
| |
public/ | Wed Dec 03 03:41:44 -0800 2008 | |
| |
script/ | Thu Aug 07 07:19:15 -0700 2008 | |
| |
test/ | Thu Aug 07 07:19:15 -0700 2008 | |
| |
tmp/ | Sun Aug 10 15:33:35 -0700 2008 | |
| |
vendor/ | Wed Dec 03 05:42:50 -0800 2008 |
README
Localize Rails demo application =================== This demo application tries to show you how you can use the current Rails i18n features to localize your application. It uses current Edge Rails i18n functionality as well as the localized_date plugin (http://agilewebdevelopment.com/plugins/localized_dates). The tutorials on how to use the features shown in the app are part of the app itself instead of being shown in a separate blog article. Setup =================== To set up the Localize Rails demo application you need the following steps: * git clone git://github.com/clemens/i18n_demo_app.git * cd i18n_demo_app * ./script/server * Fire up your browser and go to localhost:3000 – the index page should be loaded automatically. Contents =================== This demo app contains examples and tutorials on localizing the following parts of your application: * Date and Time Formats * DateHelper (forms) * NumberHelper * ActiveRecordHelper (incomplete at this point) Adding Translations =================== It's easy to add a translation to this demo app, simply drop your locale file into the config/locales directory. As long as it follows the correct format (see config/locales/en-US.rb) it should all work fine. Contributors (in alphabetical order) =================== Akira Matsuda - http://github.com/amatsuda - Japanese locale (ja) Claudio Poli - claudio@icoretech.org - Content translation, Italian locale (it) Dr Nic Williams - http://drnicwilliams.com - English locale (en-AU) Fabio Akita - http://www.akitaonrails.com/ - Portuguese locale (pt-BR) Janko Ahlbrandt - "http://www.keyj.de - German locale (de) Kai Chen - http://chenk85.com - Chinese locale (zh) Karel Minařík - http://www.karmi.cz - Czech locale (cz) Leandro Marcucci - http://leanucci.com.ar - Spanish locale (es-AR) Masayuki Nakamura - masayuki@japancentre.com - Content translation, Japanese locale (ja) Ninh Bui - http://www.phusion.nl - Dutch locale (nl), Hosting (http://i18n-demo.phusion.nl) Prem Sichanugrist - http://sikachu.com - Thai locale (th) Simon Tokumine - simon@japancentre.com - Content translation, Japanese locale (ja) Bugs and Feedback =================== If you discover any bugs I'd appreciate if you sent me an e-mail to clemens@railway.at. Please include a detailed description of your problem if you want me to help you. If you have positive feedback and want to drop me a line that's fine, too! :-) Copyright (c) 2008 Clemens Kofler <clemens@railway.at>, released under the MIT license http://www.railway.at http://github.com/clemens/i18n_demo_app








