You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
We already have a way to handle translations for pieces in a template. Sometimes, it's better to create a specific page for a language (for instance, when a page is static). A good example is gobuffalo.io: all markdown documentation pages will be difficult to maintain if we extract all strings, and some samples have a better value if they are translated too.
We already have a way to handle translations for pieces in a template. Sometimes, it's better to create a specific page for a language (for instance, when a page is static). A good example is gobuffalo.io: all markdown documentation pages will be difficult to maintain if we extract all strings, and some samples have a better value if they are translated too.
Localized Views
Rails supports this use case like that: http://guides.rubyonrails.org/action_view_overview.html#localized-views. Using a file suffix, the developer can provide a version for a specific language, or use a non-suffixed version as a fallback.
The text was updated successfully, but these errors were encountered: