Skip to content

Commit

Permalink
Translations as a default for client projects (#701)
Browse files Browse the repository at this point in the history
* Translations as a default for client projects

We would like to enable translations as a default for our clients
projects.

For this, we are including guidelines in accessibility about
translations.

* move translation section to Rails file
  • Loading branch information
laicuRoot authored Jun 20, 2024
1 parent e433107 commit 45eeb59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rails/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
FactoryBot factories.
- Use `touch: true` when declaring `belongs_to` relationships.

## Translations

- Ensure that the application is setup to support multiple locales.
- Ensure that the application raises an error when a translation is missing for a
given locale in development and tests.

[`.ruby-version`]: https://gist.github.com/fnichol/1912050
[redirects]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30
[spring binstubs]: https://github.com/sstephenson/rbenv/wiki/Understanding-binstubs
Expand Down

0 comments on commit 45eeb59

Please sign in to comment.