mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update documentation to remove 'desirable' suggestion for what is not a clear cut approach
This commit is contained in:
parent
9318121023
commit
aecfc9360f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue