Skip to content

Commit

Permalink
Merge pull request #157 from googlefonts/add-removable
Browse files Browse the repository at this point in the history
Add "removable" category of characters not required for language support
  • Loading branch information
simoncozens authored Aug 27, 2024
2 parents 62f135e + 5248f07 commit bffb3c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
1 change: 1 addition & 0 deletions Lib/gflanguages/data/languages/de_Latn.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ exemplar_chars {
numerals: "- , . % + 0 1 2 3 4 5 6 7 8 9"
punctuation: "- – — , ; : ! ? . … \' ‘ ‚ \" “ „ « » ( ) [ ] { } @ * / & #"
index: "A B C D E F G H I J K L M N O P Q R S ẞ T U V W X Y Z"
not_required: ""
}
sample_text {
masthead_full: "AaLl"
Expand Down
3 changes: 2 additions & 1 deletion Lib/gflanguages/languages_public.proto
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ message ExemplarCharsProto {
optional string numerals = 4;
optional string punctuation = 5;
optional string index = 6;
optional string not_required = 7; // Base characters which can be ignored when determining language support

// Next = 7;
// Next = 8;
}

message SampleTextProto {
Expand Down
17 changes: 12 additions & 5 deletions Lib/gflanguages/languages_public_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bffb3c6

Please sign in to comment.