Skip to content

Commit

Permalink
Improve translations
Browse files Browse the repository at this point in the history
  • Loading branch information
dalpo committed Jun 16, 2014
1 parent 6ceb690 commit d1a7d55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/locales/globalize.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ en:
link: "Globalize"
bulk_link: "Globalize selected %{model_label_plural}"
done: "Globalized"

rails_admin:
globalize:
error: "Translation can not be saved"
success: "Translation saved"
3 changes: 3 additions & 0 deletions config/locales/globalize.it.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# enconding: utf-8
it:
admin:
actions:
Expand All @@ -10,6 +11,8 @@ it:
bulk_link: "Traduci %{model_label_plural}"
done: "Tradotto"
associated_translations: "Traduzioni per %{associated_model}"

rails_admin:
globalize:
error: "Non é stato possibile salvare la traduzione."
success: "Traduzione salvata correttamente"

0 comments on commit d1a7d55

Please sign in to comment.