diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json index 0967ef42..0bb94c86 100644 --- a/src/i18n/locales/sv.json +++ b/src/i18n/locales/sv.json @@ -1 +1,13 @@ -{} +{ + "tabname": "Ny flik", + "widgets": { + "greeting": { + "afternoon": "Bra eftermiddag", + "christmas": "Merry Christmas", + "evening": "God kväll", + "halloween": "Happy Halloween", + "morning": "God morgon", + "newyear": "Glad nyår" + } + } +}