Skip to content

Commit

Permalink
Improve swedish button translation
Browse files Browse the repository at this point in the history
  • Loading branch information
guifromrio committed Apr 17, 2015
1 parent 57ce448 commit 0aaee51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TodoIntl.js
Expand Up @@ -22,7 +22,7 @@ var messages = {
"sv-SE": {
"title": "Uppgiftslista",
"inputPlaceholder": "Vad behöver göras?",
"addTodo": "Lägg uppgift",
"addTodo": "Tillägga",
"markAsComplete": "Markera allt som komplett",
"remove": "Ta bort",
"itemsLeft": "{items, plural,\n =0 {Hurra! Ingenting här}\n =1 {En uppgift kvar}\n other {# uppgifter kvar}\n}\n"
Expand Down

3 comments on commit 0aaee51

@kalasjocke
Copy link

Choose a reason for hiding this comment

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

Should be "Lägg till". 😄

@guifromrio
Copy link
Owner Author

Choose a reason for hiding this comment

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

Hehehe thanks, I couldn't reach my swedish teacher and couldn't find a good example online!

@guifromrio
Copy link
Owner Author

Choose a reason for hiding this comment

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

Fixed via 957bde3

Please sign in to comment.