Skip to content

Commit

Permalink
Add support for danish locale
Browse files Browse the repository at this point in the history
  • Loading branch information
koppen authored and c-lliope committed Dec 7, 2015
1 parent fd490db commit 956fa3f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
with the current value of the relationship.
* [#217] [I18n] Dutch
* [#263] [I18n] Swedish
* [#272] [I18n] Danish
* [#270] [I18n] Don't apologize about missing relationship support.
* [#237] [I18n] Fix broken paths for several I18n files (de, es, fr, pt-BR, vi).
* [#266] [OPTIM] Save a few database queries by using cached counts
Expand Down
23 changes: 23 additions & 0 deletions config/locales/administrate.da.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
da:
administrate:
actions:
confirm: Er du sikker?
destroy: Slet
edit: Rediger
show: Vis
controller:
create:
success: "%{resource} blev oprettet."
destroy:
success: "%{resource} er nu slettet."
update:
success: "%{resource} blev opdateret."
fields:
has_many:
more: "Viser %{count} af %{total_count}"
none: Ingen
polymorphic:
not_supported: "Formularer med polymorphic relationships er ikke understøttede."
has_one:
not_supported: "Formularer med has_one associationer er ikke understøttede."

0 comments on commit 956fa3f

Please sign in to comment.