diff options
author | Claudio B. <claudiob@users.noreply.github.com> | 2015-09-16 05:55:22 -0700 |
---|---|---|
committer | Claudio B. <claudiob@users.noreply.github.com> | 2015-09-16 05:55:22 -0700 |
commit | 7a93952287e4638063fb88ff0138febb6079c778 (patch) | |
tree | 2e7d9d7ed2ea3a3fff4312e581a11913c3f23e39 /guides | |
parent | 3edc7f7a1ce39a63828ecb7488dcedc188aa23f9 (diff) | |
parent | aecfc9360f40b5f327db1b3cf4b42b7c17950109 (diff) | |
download | rails-7a93952287e4638063fb88ff0138febb6079c778.tar.gz rails-7a93952287e4638063fb88ff0138febb6079c778.tar.bz2 rails-7a93952287e4638063fb88ff0138febb6079c778.zip |
Merge pull request #21644 from AvnerCohen/i18n_backend
Update documentation to remove 'desirable' suggestion for what is not a clear cut approach
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/i18n.md | 2 |
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 |