Simon Cozens 6bcf600ea1 Merge commit '9f60a8d1bd982fe5dea1286b13b51d4ada1e0591' into lang-0.6.4 2 weeks ago
..
.github ca36943762 Merge commit 'e75e874ca3efc62d8389e8ba47d001d7e1314ec7' into lang-v0.6.0 5 months ago
Lib 6bcf600ea1 Merge commit '9f60a8d1bd982fe5dea1286b13b51d4ada1e0591' into lang-0.6.4 2 weeks ago
data ae08ef115b Delete axisregistry/ and lang/ and rename *_st/ 2 years ago
snippets 6bcf600ea1 Merge commit '9f60a8d1bd982fe5dea1286b13b51d4ada1e0591' into lang-0.6.4 2 weeks ago
tests 00f12e7673 Lang update (#7962) 2 months ago
.gitignore d1f21388a0 Merge commit '7237c81744f78b3cbf9999f6f2467d76b1025b3e' into lang-v051 1 year ago
AUTHORS.txt ae08ef115b Delete axisregistry/ and lang/ and rename *_st/ 2 years ago
CHANGELOG.md 0fead20849 Merge commit 'b180e0b52a4b357d1d55edf6165894ba7429b30d' into lang-v050 1 year ago
CONTRIBUTORS.txt 65a7586f9e Merge commit '9b4d8d28810488fde8c03ae1f37be1628b6b764a' into lang-v0.6.1 4 months ago
LICENSE.txt ae08ef115b Delete axisregistry/ and lang/ and rename *_st/ 2 years ago
README.md d37081374c Merge googlefonts/lang commit '9f9625fcc1c64be19cd5dc0d71eacddab7efd246' 1 year ago
dev-requirements.txt 00f12e7673 Lang update (#7962) 2 months ago
pyproject.toml 00f12e7673 Lang update (#7962) 2 months ago

README.md

This python module provides an API with data about languages/regions/scripts for use in the language-support categorization of the font families in the Google Fonts collection.

You can also directly access the raw textproto files on the Lib/gflanguages/data directory:

Most of the code in this project 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 gflanguages module is gftools itself.

Language/region/script definitions and the gflanguages modules are used as a subtree in the google/fonts repo, on its lang/ directory (https://github.com/google/fonts/tree/main/lang).

This module is the main place to update these definitions, avoiding data duplication and guaranteeing uniformity across tools.

To learn more about how lang metadata affects downstream, see gf-guide/lang.