Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Swedish translation #2095

Closed
wants to merge 2 commits into from

Conversation

anohren
Copy link
Contributor

@anohren anohren commented Nov 24, 2018

I have attempted to use best practices for:

  1. Hyphen (-) and En-dash (–) respectively ("A–B-loop")
  2. Separation of quantities from their units but not their sign ("+5 %", "-1 s")
  3. Localized decimal separator ("1,1") — this requires a code change to make the UI consistent

...but not for replacing "x" with multiplication sign (×) since that might requrie a non-trivial change in code to catch all cases.

  • This change has been discussed with the author.

Description:

saagarjha and others added 2 commits November 11, 2018 22:54
I have attempted to use best practices for:
1. Hyphen (-) and En-dash (–) respectively ("A–B-loop")
2. Separation of quantities from their units but not their sign ("+5 %", "-1 s")
3. Localized decimal separator ("1,1") — this requires a code change to make the UI consistent

...but not for replacing "x" with multiplication sign (×) since that might requrie a non-trivial change in code to catch all cases.
@uiryuu
Copy link
Member

uiryuu commented Nov 24, 2018

Ref: #2054

@uiryuu uiryuu changed the base branch from develop to release/1.0.0 November 24, 2018 22:44
@uiryuu
Copy link
Member

uiryuu commented Nov 24, 2018

Thanks for your work! Merged locally.

@uiryuu uiryuu closed this Nov 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants