Skip to content

Commit

Permalink
Rename module to gflanguages
Browse files Browse the repository at this point in the history
as there was already a `languages` python module on PyPI
(fonttools/fontbakery#3605 (comment))
  • Loading branch information
felipesanches committed Feb 16, 2022
1 parent 81ea1f7 commit 689753b
Show file tree
Hide file tree
Showing 1,697 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.eggs/*
*.egg-info
*__pycache__
Lib/languages/_version.py
Lib/gflanguages/_version.py
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
File renamed without changes.
Loading

0 comments on commit 689753b

Please sign in to comment.