Skip to content

Instantly share code, notes, and snippets.

@timbillstrom
Created January 26, 2017 11:55
Show Gist options
  • Select an option

  • Save timbillstrom/0f2cecb06a5f6cccfce41b89b00b1834 to your computer and use it in GitHub Desktop.

Select an option

Save timbillstrom/0f2cecb06a5f6cccfce41b89b00b1834 to your computer and use it in GitHub Desktop.
Ruby on Rails internationalization file for distance_in_words in Swedish.
sv:
hello: "Hej världen"
datetime:
distance_in_words:
less_than_x_minutes: "mindre än en minut sedan"
about_x_minutes:
one: "ungefär en minut sedan"
other: ! "ungefär %{count} minuter sedan"
x_minutes:
one: "en minut sedan"
other: ! "%{count} minuter sedan"
about_x_hours:
one: "ungefär en timme sedan"
other: ! "ungefär %{count} timmar sedan"
x_hours:
one: "en timme sedan"
other: ! "%{count} timmar sedan"
x_days:
one: "en dag sedan"
other: ! '%{count} dagar sedan'
about_x_months:
one: "ungefär en månad sedan"
other: ! "ungefär %{count} månader sedan"
x_months:
one: "en månad sedan"
other: ! "%{count} månader sedan"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment