Skip to content

Commit

Permalink
Add support for swedish locale
Browse files Browse the repository at this point in the history
  • Loading branch information
talltorp authored and c-lliope committed Nov 23, 2015
1 parent a14e388 commit 3e0acb2
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 @@ -29,6 +29,7 @@
* [#247] [BUGFIX] Populate `has_many` and `belongs_to` select boxes
with the current value of the relationship.
* [#217] [I18n] Dutch
* [#263] [I18n] Swedish
* [#237] [I18n] Fix broken paths for several I18n files (de, es, fr, pt-BR, vi).

### 0.1.1 (November 12, 2015)
Expand Down
23 changes: 23 additions & 0 deletions config/locales/administrate.sv.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
sv:
administrate:
actions:
confirm: Är du säker?
destroy: Ta bort
edit: Ändra
show: Visa
controller:
create:
success: "%{resource} har skapats."
destroy:
success: "%{resource} har tagits bort."
update:
success: "%{resource} har uppdaterats."
fields:
has_many:
more: "%{count} av %{total_count}"
none: Inga
polymorphic:
not_supported: Formulär med polymorfiska relationer stöds inte än. Vi ber om ursäkt!
has_one:
not_supported: Formulär med HasOne relationer stöds inte än. Vi ber om ursäkt!

1 comment on commit 3e0acb2

@perjonsson
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.