-
Notifications
You must be signed in to change notification settings - Fork 102
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
Use gflanguages
module to check sample rendering
#3617
Conversation
5e830ac
to
cfc200a
Compare
It seems that there's a licensing issue here, as Before merging this PR, I'll try to address this problem (maybe releasing a |
yes, I've just confirmed that the hyperglot python module is licensed "GNU General Public License v3 (GNU GPLv3)" I'll remove the method and dependency and release gflanguages v0.2.0 I can keep the method as a separate sample snippet with a comment regarding its licensing implications. |
- Removed SupportedLanguages method as it relies on hyperglot, which is under the GPLv3, to keep gftranslate under Apache 2.0 - The method is still available as a separate code-snippet (not part of gflanguages itself), and any program using that snippet will need to comply with the GPLv3. - For more details, see: fonttools/fontbakery#3617 (comment)
- Removed SupportedLanguages method as it relies on hyperglot, which is under the GPLv3, to keep gftranslate under Apache 2.0 - The method is still available as a separate code-snippet (not part of gflanguages itself), and any program using that snippet will need to comply with the GPLv3. - For more details, see: fonttools/fontbakery#3617 (comment)
- Removed SupportedLanguages method as it relies on hyperglot, which is under the GPLv3, to keep gftranslate under Apache 2.0 - The method is still available as a separate code-snippet (not part of gflanguages itself), and any program using that snippet will need to comply with the GPLv3. - For more details, see: fonttools/fontbakery#3617 (comment)
- Removed SupportedLanguages method as it relies on hyperglot, which is under the GPLv3, to keep gftranslate under Apache 2.0 - The method is still available as a separate code-snippet (not part of gflanguages itself), and any program using that snippet will need to comply with the GPLv3. - For more details, see: fonttools/fontbakery#3617 (comment)
- Removed SupportedLanguages method as it relies on hyperglot, which is under the GPLv3, to keep gftranslate under Apache 2.0 - The method is still available as a separate code-snippet (not part of gflanguages itself), and any program using that snippet will need to comply with the GPLv3. - For more details, see: fonttools/fontbakery#3617 (comment)
com.google.fonts/check/metadata/can_render_samples Check that the fonts can render the sample texts for all languages specified on METADATA.pb, by using the new `gflanguages` module. (issue fonttools#3605)
cfc200a
to
3294838
Compare
com.google.fonts/check/metadata/can_render_samples
Check that the fonts can render the sample texts for all languages specified on METADATA.pb, by using the new
gflanguages
module.(issue #3605)