aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/i18n.md
diff options
context:
space:
mode:
authorAvner Cohen <israbirding@gmail.com>2015-09-16 11:58:43 +0300
committerAvner Cohen <israbirding@gmail.com>2015-09-16 11:58:43 +0300
commitaecfc9360f40b5f327db1b3cf4b42b7c17950109 (patch)
tree09cdea8b072b7e8a17621670c1b92a48c2247662 /guides/source/i18n.md
parent93181210234411b9a918cca481422eabebe5400e (diff)
downloadrails-aecfc9360f40b5f327db1b3cf4b42b7c17950109.tar.gz
rails-aecfc9360f40b5f327db1b3cf4b42b7c17950109.tar.bz2
rails-aecfc9360f40b5f327db1b3cf4b42b7c17950109.zip
Update documentation to remove 'desirable' suggestion for what is not a clear cut approach
Diffstat (limited to 'guides/source/i18n.md')
-rw-r--r--guides/source/i18n.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md
index 272a0e3623..987320a0f8 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -51,7 +51,7 @@ Thus, the Ruby I18n gem is split into two parts:
As a user you should always only access the public methods on the I18n module, but it is useful to know about the capabilities of the backend.
-NOTE: It is possible (or even desirable) to swap the shipped Simple backend with a more powerful one, which would store translation data in a relational database, GetText dictionary, or similar. See section [Using different backends](#using-different-backends) below.
+NOTE: It is possible to swap the shipped Simple backend with a more powerful one, which would store translation data in a relational database, GetText dictionary, or similar. See section [Using different backends](#using-different-backends) below.
### The Public I18n API