feat: add Swedish language support in settings and translations#374
Open
snowfruit wants to merge 4 commits into
Open
feat: add Swedish language support in settings and translations#374snowfruit wants to merge 4 commits into
snowfruit wants to merge 4 commits into
Conversation
Copied the contents of en.json to start the translation.
Added options for sv/Svenska
Translated file to Swedish. Edited with gedit and copy/paste on github. Compared line by line before sharing. paste -d '\n' en.json sv.json > combined.txt
Missing EOL ',' on many lines from copy/pasting errors on the combined file.
Owner
|
Hey, thanks for this :) I'll take a look when I get back to this project |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Preflight checklist
If you remove this checklist, this pull request will be closed without explanation.
Inspired by this #370 .
I think this PR introduces the first version of the Swedish language translation.
The current version is translated and proofread by me. Some phrases were searched for to find suitable alternatives.
I have not used github in a long time so I hope this is correct.