diff options
author | Quent-in <pages_quentin@hotmail.com> | 2017-05-02 20:55:14 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-02 20:55:14 +0200 |
commit | 212868216230120b63b162ab40cf271deadadd63 (patch) | |
tree | 8a6f0ae20d2ec167e171552b36f0d4b31f429b9f /config/locales | |
parent | e68c0ce5f62dbe59dc1ef6d702b84ab9afa60517 (diff) |
Creation of activerecord for OC (#2721)
* Creation of activerecord for OC * Update activerecord.oc.yml
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/activerecord.oc.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/locales/activerecord.oc.yml b/config/locales/activerecord.oc.yml new file mode 100644 index 000000000..a26018f43 --- /dev/null +++ b/config/locales/activerecord.oc.yml @@ -0,0 +1,12 @@ +oc: + activerecord: + errors: + models: + account: + attributes: + username: + invalid: solament letras, nombres e tirets bas + status: + attributes: + reblog: + taken: de l’estatut existís ja |