diff --git a/README.md b/README.md index 1ea8b4f89cfc5e072bfffe92c8237ef37e7b0081..cc588d3d3cc36a3b06ea3590b2a70e2442be427e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Czech | Up-to-date | Fatalerrorcoded Russian | Up-to-date | Wait What Hungarian | Pending. | Organic Coke French | Up-to-date | JetBoxOne +Swedish | Up-to-date | Yann Seeker ## Coverage @@ -26,4 +27,5 @@ fr.json | `100.00%` | | hu.json | `0.00%` | `general.about`<br>`general.tos`<br>`general.privacy`<br>`general.image_by`<br>`login.title`<br>`login.email`<br>`login.password`<br>`login.enter.email`<br>`login.enter.password`<br>`login.forgot`<br>`login.new`<br>`login.create`<br>`app.main.channel.message` | lt.json | `100.00%` | | pl.json | `100.00%` | | -ru.json | `100.00%` | | \ No newline at end of file +ru.json | `100.00%` | | +se.json | `100.00%` | | \ No newline at end of file diff --git a/se.json b/se.json new file mode 100644 index 0000000000000000000000000000000000000000..909c00258a5344b7c1d86b511a3f3b70700c37b0 --- /dev/null +++ b/se.json @@ -0,0 +1,27 @@ +{ + "general": { + "about": "Om", + "tos": "Terms of Service", + "privacy": "Privacy Policy", + "image_by": "Bild av" + }, + "login": { + "title": "Login", + "email": "E-post", + "password": "Lösenord", + "enter": { + "email": "Ange E-postadress.", + "password": "Ange ditt lösenord." + }, + "forgot": "Glömt ditt lösenord?", + "new": "Ny till REVOLT?", + "create": "Skapa ett nytt konto." + }, + "app": { + "main": { + "channel": { + "message": "Meddela {{name}}" + } + } + } +} \ No newline at end of file diff --git a/se.json.d.ts b/se.json.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..62f39ceb7fbf72266bc372f548d459edfeae0316 --- /dev/null +++ b/se.json.d.ts @@ -0,0 +1 @@ +export default any;