diff --git a/locales/sv.lua b/locales/sv.lua new file mode 100644 index 0000000..d16527c --- /dev/null +++ b/locales/sv.lua @@ -0,0 +1,9 @@ +Locales['sv'] = { + ['valid_purchase'] = 'Vill du köpa detta?', + ['yes'] = 'Ja', + ['no'] = 'Nej', + ['not_enough_money'] = 'Du har inte tillräckligt med pengar', + ['press_access'] = 'Tryck [E] för att öppna menyn.', + ['barber_blip'] = 'Frisören', + ['you_paid'] = 'Du betalade %skr', + }