Skip to content
Snippets Groups Projects
Commit 53137bb5 authored by Wait What's avatar Wait What
Browse files

Add Swedish

parent a12a8697
No related merge requests found
......@@ -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
se.json 0 → 100644
{
"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
export default any;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment