diff options
author | Karel Minarik <karmi@karmi.cz> | 2009-01-26 19:52:53 +0100 |
---|---|---|
committer | Karel Minarik <karmi@karmi.cz> | 2009-01-26 19:52:53 +0100 |
commit | 41fbf746c2feb4ddde64bd465207c9d8dfda6ec9 (patch) | |
tree | 07117931c87fe8c2d24bdd55a8275b733dfb64b4 | |
parent | 095c89baebb5b72dc126c45669512d74eec80541 (diff) | |
download | rails-41fbf746c2feb4ddde64bd465207c9d8dfda6ec9.tar.gz rails-41fbf746c2feb4ddde64bd465207c9d8dfda6ec9.tar.bz2 rails-41fbf746c2feb4ddde64bd465207c9d8dfda6ec9.zip |
Fixing stylistic issues in i18n guide
-rw-r--r-- | railties/doc/guides/source/i18n.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/railties/doc/guides/source/i18n.txt b/railties/doc/guides/source/i18n.txt index ca03808c02..4465a77289 100644 --- a/railties/doc/guides/source/i18n.txt +++ b/railties/doc/guides/source/i18n.txt @@ -469,14 +469,14 @@ Do check the http://rails-i18n.org/wiki[Rails i18n Wiki] for list of tools avail == Overview of the I18n API features -By knowing all neccessary aspects of internationalizing a basic Ruby on Rails application, now you should have good understanding of using the i18n library. In the following chapters, we'll cover it's features in more depth. +You should have good understanding of using the i18n library now, knowing all neccessary aspects of internationalizing a basic Rails application. In the following chapters, we'll cover it's features in more depth. Covered are features like these: -* lookup translations -* interpolate data into translations -* pluralize translations -* localize dates, numbers, currency etc. +* looking up translations +* interpolating data into translations +* pluralizing translations +* localizing dates, numbers, currency etc. === Looking up translations |