1
0
mirror of https://github.com/google/fonts.git synced 2025-01-05 17:05:26 +03:00

Rename module to gflanguages

as there was already a `languages` python module on PyPI
(https://github.com/googlefonts/fontbakery/issues/3605#issuecomment-1041276941)
This commit is contained in:
Felipe Corrêa da Silva Sanches 2022-02-16 18:45:07 -03:00
parent c6c218b384
commit fbe4fc220b
1697 changed files with 21 additions and 21 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
.eggs/*
*.egg-info
*__pycache__
Lib/languages/_version.py
Lib/gflanguages/_version.py

View File

@ -2,8 +2,8 @@ Below are the most important changes from each release.
## 0.1.0 (2022-Feb-16)
### Release notes
- Initial release of the `languages` python module.
- Initial release of the `gflanguages` python module.
- Most of the code was copied from the `gftools` repository (https://github.com/googlefonts/gftools/) so that language/region/script data can be easily available to all our tools without having to also get the large dependency tree of `gftools`. The most immediate user of this module is `Font Bakery`, which needs to validate language support on font binaries being checked. (see https://github.com/googlefonts/fontbakery/issues/3605)
- The second obvious user of this `languages` module will be `gftools` itself. I'll be sending a pull request soon.
- Language/region/script definitions are still being gradualy updated on the `google/fonts` repo, on its **lang/** directory (https://github.com/google/fonts/tree/main/lang) and this `languages` module will try to be kept in sync.
- The second obvious user of this `gflanguages` module will be `gftools` itself. I'll be sending a pull request soon.
- Language/region/script definitions are still being gradualy updated on the `google/fonts` repo, on its **lang/** directory (https://github.com/google/fonts/tree/main/lang) and this `gflanguages` module will try to be kept in sync.
- Ideally at some point this module would become the main place to update these definitions, avoiding data duplication and guaranteeing uniformity across tools. But that will require coordination with the Google Fonts team, so I hope this module can serve, for now, as a prototype for such proposed integration.

Some files were not shown because too many files have changed in this diff Show More