mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
Start I18n Internationalization setup (#276)
* start internationalization_setup * add passwords views translations * add account views translations * fix translations * temporary disable i18n used key
This commit is contained in:
parent
64c8774867
commit
c8a659694d
33 changed files with 177 additions and 102 deletions
21
config/locales/models/account/en.yml
Normal file
21
config/locales/models/account/en.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
en:
|
||||
activerecord:
|
||||
attributes:
|
||||
account:
|
||||
balance: Balance
|
||||
currency: Currency
|
||||
family: Family
|
||||
family_id: Family
|
||||
name: Name
|
||||
subtype: Subtype
|
||||
models:
|
||||
account: Account
|
||||
account/credit: Credit Card
|
||||
account/depository: Bank Accounts
|
||||
account/investiment: Investments
|
||||
account/loan: Loan
|
||||
account/other_asset: Other Asset
|
||||
account/other_liability: Other Liability
|
||||
account/property: Real Estate
|
||||
account/vehicle: Vehicle
|
12
config/locales/models/user/en.yml
Normal file
12
config/locales/models/user/en.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
en:
|
||||
activerecord:
|
||||
attributes:
|
||||
user:
|
||||
email: Email
|
||||
family: Family
|
||||
family_id: Family
|
||||
first_name: First Name
|
||||
last_name: Last Name
|
||||
password: Password
|
||||
password_confirmation: Password Confirmation
|
Loading…
Add table
Add a link
Reference in a new issue