Skip to content

Commit

Permalink
Merge pull request #30 from Dannezzzan/patch-1
Browse files Browse the repository at this point in the history
Create sv.lua
  • Loading branch information
Gellipapa authored Feb 1, 2024
2 parents ea44a94 + 837adfd commit 62ed282
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions locales/sv.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Locales['sv'] = {
['activated'] = 'Farthållare aktiverad',
['deactivated'] = 'Farthållare avaktiverad',
['increaseSpeed'] = 'Höj fart',
['decreaseSpeed'] = 'Sänk fart',
['cruiseControl'] = 'Farthållare',

--Seatbelt
['toggleSeatbelt'] = "Aktivera bälte",
["seatbeltOn"] = "Säkerhetsbälte PÅ",
["seatbeltOff"] = "Säkerhetsbälte AV"
}

0 comments on commit 62ed282

Please sign in to comment.