diff options
author | Giuseppe Pignataro <rogepix@gmail.com> | 2017-05-01 18:14:51 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-01 18:14:51 +0200 |
commit | 2bd46f442dfdb7d1f2ddddaba56900807f7e7ce9 (patch) | |
tree | 954fcd48edb77c546baede7591502ef8f626c14b /config/locales | |
parent | 11b706acdf7ccf76d396a1f96843e6b8173c2dfb (diff) |
Italian translation (#2654)
* Added Italian Translation of the following files: Changes to be committed: new file: app/views/user_mailer/confirmation_instructions.it.html.erb new file: app/views/user_mailer/confirmation_instructions.it.text.erb new file: app/views/user_mailer/password_change.it.html.erb new file: app/views/user_mailer/password_change.it.text.erb new file: app/views/user_mailer/reset_password_instructions.it.html.erb new file: app/views/user_mailer/reset_password_instructions.it.text.erb * Added italian translation Changes to be committed: new file: config/locales/activerecord.it.yml
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/activerecord.it.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/locales/activerecord.it.yml b/config/locales/activerecord.it.yml new file mode 100644 index 000000000..be2f0b4c1 --- /dev/null +++ b/config/locales/activerecord.it.yml @@ -0,0 +1,12 @@ +it: + activerecord: + errors: + models: + account: + attributes: + username: + invalid: solo lettere, numeri e trattino basso + status: + attributes: + reblog: + taken: dello stato esiste già |