From 198958ab67b48b042bf7f9c4af2614376a9def2d Mon Sep 17 00:00:00 2001 From: Riccardo Graziosi <31478034+riggraz@users.noreply.github.com> Date: Sat, 23 Jul 2022 15:23:23 +0200 Subject: [PATCH] Update CONTRIBUTING --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 594048bc..7d8a7695 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,9 +23,9 @@ If you're interested in translating, we suggest to visit and register to [our Cr Locales are stored in YAML files under `config/locales`. Translations are splitted in 3 files: -- `[lang].yml`: the main locale file. Contains translation strings for the frontend, backend, mailers, etc. -- `activerecord/activerecord.[lang].yml`: contains Rails ActiveRecord translations, i.e. translations for model names, properties and validation error messages. -- `devise/devise.[lang].yml`: contains translations for the authentication system (which is based on Devise gem). It is likely that you'll find ready-made translations for your language at [this page](https://github.com/heartcombo/devise/wiki/I18n), so this step usually consist in a simple copy-paste! +- `[lang].yml`: contains frontend translations +- `backend/backend.[lang].yml`: contains backend translations, e.g. mailers, error messages, entity names +- `devise/devise.[lang].yml`: contains translations for the authentication system (which is based on [Devise](https://github.com/heartcombo/devise) gem). Usually, this file is not manually translated, because ready-made translations are already available at [this page](https://github.com/heartcombo/devise/wiki/I18n). ## Coding and testing