mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Move directo translations from logic to I18n
This commit is contained in:
parent
6c328438e6
commit
035bb14d9f
4 changed files with 16 additions and 14 deletions
|
@ -1,4 +1,7 @@
|
|||
en:
|
||||
registrars:
|
||||
invoice_yearly_product_description: '%{tld} registration: %{length} year(s)'
|
||||
invoice_monthly_product_description: '%{tld} registration: %{length} month(s)'
|
||||
activerecord:
|
||||
errors:
|
||||
models:
|
||||
|
@ -8,4 +11,4 @@ en:
|
|||
forbidden: is forbidden
|
||||
vat_rate:
|
||||
present: >-
|
||||
must be blank when a registrar is VAT-registered in the same country as registry
|
||||
must be blank when a registrar is VAT-registered in the same country as registry
|
||||
|
|
4
config/locales/registrars.et.yml
Normal file
4
config/locales/registrars.et.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
et:
|
||||
registrars:
|
||||
invoice_yearly_product_description: '%{tld} registration: %{length} year(s)'
|
||||
invoice_monthly_product_description: '%{tld} registration: %{length} month(s)'
|
Loading…
Add table
Add a link
Reference in a new issue