-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Setup weblate for translation #367
Comments
Thanks. @Ch4t4r did set it up for us... But the app first need to be purged of unused strings. |
I could also help set up your own if you ever want to (otherwise I'm totally fine hosting it, but maybe you want something more "official" 😄). It's just a docker container though, I think you could manage that 🙈 |
I agree Weblate is best as it's opensource. Features: https://weblate.org/en/features/ |
@ignoramous Please don't use CC0. It is not a libre software license, and it causes all sorts of troubles for no benefit. ISC is a very unproblematic license for what it is that is compatible with Apache 2.0. :) |
ISC's for code not "documents" which these translation strings are. I have no qualms switching to MIT / ISC / CC-BY, but I had always thought CC-0 was a fair, no-holds-barred license.
Translations aren't code?
This is the first time I've heard CC-0 isn't similar to public domain. Can you please clarify further?
I know that in certain (limited) jurisdictions "public domain" doesn't exist, but that's not the norm in most places? |
For something to actually be public domain, the person creating the work must be able to put it in the public domain. From the
Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. …
So not only is it a social intent, but it hinges on legality. The idea is that contributors should know this, and the legal ramifications of their own legal system as they share it with others in the same jurisdiction, but also how it works when combined with the work of people from outside it. The amount of people that know this are zero. We stop there and see what there is to gain, and there is no upside. I could go on and on about how much I don't like the Creative Commons org, but the CC-BY 4.0 intl is OK. ISC isn't a software license other than using the word "software". It is a good license for what it is trying to do. I don't think MIT is good, but that is again more of me ranting. |
Thanks. ISC requires attribution, as does CC-BY-4. Looking at something more closer to CC-0, 0-BSD, MIT-0 fit the bill. What do you think? |
BSD-0 is what I thought ISC was, but it is somehow foregoes the
Wasn't going to argue with you, but then even 2-Clause BSD has the same thing.
It is a confused name, with an alternate form, but that is as good as it gets.
MIT-0 has it too, and it has the thing about MIT that I don't like removed, but then adds a CoC for its source repo, which I find counterproductive. 0-BSD doesn't have it, so I guess if lawyers agree then problem solved. Aesthetically, it manages to be a longer license with
TL;DR Ideally Apache 2.0 like the repo itself, or 0-BSD works. |
Cleaning up the source strings a bit helps reduce the amount of confusion and extra translations/fixing to do. |
I'll take a look at #619 the first thing tomorrow, thanks. I read some more about CC0, and it looks like it accounts for jurisdictions where public domain isn't recognised: https://opensource.stackexchange.com/questions/11221/can-the-0-clause-bsd-license-be-used-for-public-domain-work Aside: Interesting discussion on MIT and xBSDs: https://opensource.stackexchange.com/questions/217/what-are-the-essential-differences-between-the-bsd-and-mit-licences |
No description provided.
The text was updated successfully, but these errors were encountered: