You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw an error in http://github.com/svenfuchs/rails-i18n/blob/master/rails/locale/ro.yml
and I don't know how github works to edit the file.
At line 120 there is:
one: "Nu am putut salva acest model {{model}}: 1 eroare"
it should be:
one: "Nu am putut salva acest {{model}}: 1 eroare"
The text was updated successfully, but these errors were encountered:
Nu cred că este eroare deorece se referă la acest model si numele modelului. Poate ar fi indicat modificarea cuvântului "model" dar nu am găsit ceva mai adecvat (bază de date, tabel...)
I don't think is an error because it refers to a model named {{model}}
I saw an error in http://github.com/svenfuchs/rails-i18n/blob/master/rails/locale/ro.yml
and I don't know how github works to edit the file.
At line 120 there is:
one: "Nu am putut salva acest model {{model}}: 1 eroare"
it should be:
one: "Nu am putut salva acest {{model}}: 1 eroare"
The text was updated successfully, but these errors were encountered: