Skip to content

Commit bffb3c6

Browse files
authored
Merge pull request #157 from googlefonts/add-removable
Add "removable" category of characters not required for language support
2 parents 62f135e + 5248f07 commit bffb3c6

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

Lib/gflanguages/data/languages/de_Latn.textproto

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ exemplar_chars {
3838
numerals: "- , . % + 0 1 2 3 4 5 6 7 8 9"
3939
punctuation: "- – — , ; : ! ? . … \' ‘ ‚ \" “ „ « » ( ) [ ] { } @ * / & #"
4040
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"
41+
not_required: ""
4142
}
4243
sample_text {
4344
masthead_full: "AaLl"

Lib/gflanguages/languages_public.proto

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ message ExemplarCharsProto {
4848
optional string numerals = 4;
4949
optional string punctuation = 5;
5050
optional string index = 6;
51+
optional string not_required = 7; // Base characters which can be ignored when determining language support
5152

52-
// Next = 7;
53+
// Next = 8;
5354
}
5455

5556
message SampleTextProto {

Lib/gflanguages/languages_public_pb2.py

+12-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)