]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Update README.md, used in gftools and google/fonts
authorDenis Moyogo Jacquerye <moyogo@gmail.com>
Mon, 12 Sep 2022 20:07:10 +0000 (22:07 +0200)
committerDenis Moyogo Jacquerye <moyogo@gmail.com>
Mon, 12 Sep 2022 20:07:10 +0000 (22:07 +0200)
README.md

index 3702eb9d9a708c86e7fc8aa12b61ec5ef58a7ba5..fc2fda709ba2fd882c2a9c9bd5fd3e6e0451fffe 100644 (file)
--- 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.