From 407a0d914d85e303c90f952ae49e7110e450489c Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 27 Mar 2019 07:04:13 +0500 Subject: [PATCH] Add translations --- config/locales/activerecord/en.yml | 5 +++++ config/locales/activerecord/ru.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/config/locales/activerecord/en.yml b/config/locales/activerecord/en.yml index 2607a2d..a6b27e2 100644 --- a/config/locales/activerecord/en.yml +++ b/config/locales/activerecord/en.yml @@ -22,6 +22,9 @@ en: person: one: Person other: People + resident_registration: + one: Resident registration + other: Resident registrations roles: one: Role other: Roles @@ -93,6 +96,8 @@ en: person/sex: male: Male female: Female + resident_registration: + id: ID role: id: ID name: Name diff --git a/config/locales/activerecord/ru.yml b/config/locales/activerecord/ru.yml index 5b37f12..4ce1723 100644 --- a/config/locales/activerecord/ru.yml +++ b/config/locales/activerecord/ru.yml @@ -22,6 +22,9 @@ ru: person: one: Человек other: Люди + resident_registration: + one: Прописка + other: Прописки roles: one: Роль other: Роли @@ -93,6 +96,8 @@ ru: person/sex: male: Мужской female: Женский + resident_registration: + id: ID role: id: ID name: Название