From: Denis Moyogo Jacquerye Date: Mon, 12 Sep 2022 20:07:10 +0000 (+0200) Subject: Update README.md, used in gftools and google/fonts X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f94e6c8a8fc5f5e8f8cf0112b9920ac0372db77;p=thirdparty%2Fgoogle%2Ffonts.git Update README.md, used in gftools and google/fonts --- diff --git a/README.md b/README.md index 3702eb9d9a..fc2fda709b 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ You can also directly access the raw **textproto** files on the `Lib/gflanguages 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 will be `gftools` itself. I'll be sending a pull request soon. +The second obvious user of this `gflanguages` module is `gftools` itself. -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. +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). -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. +This module is the main place to update these definitions, avoiding data duplication and guaranteeing uniformity across tools.