-
Notifications
You must be signed in to change notification settings - Fork 30
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
Norwegian Bokmål translation #280
Conversation
Can you let me know how Transifex does not respect liberty? I've not had an issue so far, but would like to hear your experience. |
<string name="about">About</string> | ||
<string name="app_copyright_fmt">Copyright 2016-<xliff:g>%d</xliff:g> Branden Archer</string> | ||
<string name="app_license">Lisensiert GPLv3+.</string> | ||
<string name="about_title_fmt">Om</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build is failing because it says this string is not in the correct format. This string is being passed on argument (the name of the application) and needs to have %s in it. The original is:
About <xliff:g id="app_name">%s</xliff:g>
Maybe the following will work?
<string name="about_title_fmt">Om</string> | |
<string name="about_title_fmt">Om <xliff:g id="app_name">%s</xliff:g></string> |
@brarcher Changed it, though I prefer the simpler style. From their privacy policy: "We may receive data about organizations, industries, website visitors, marketing campaigns, and other matters related to our business from affiliates, subsidiaries, partners, or others that we use to make our own information better or more useful. This data may be combined with other information we collect and might include aggregate level data." Also curiously: "The Services are not intended for use by you if you are under 18 years of age. By agreeing to these Terms, you are representing to us that you are over 18." |
Interesting. I did not realize it was gathering so much extra data. I've send a request to Weblate to see if they would accept hosting the translations for the project. If they are, and its workflow is reasonable, I'll consider using that instead. Either way, thanks for the translation! |
I don't use Transifex anymore because it does not respect liberty, and suggest registering the project on hosted Weblate instead.