Skip to content

Commit 4c8e1da

Browse files
authored
Merge pull request #280 from lcnetdev/bulk_update
Bulk update
2 parents 0d3991a + 324d43d commit 4c8e1da

File tree

134 files changed

+57307
-51815
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+57307
-51815
lines changed

scriptshifter/tables/data/bengali.yml renamed to scriptshifter/tables/data/_bengali_base.yml

Lines changed: 4503 additions & 4610 deletions
Large diffs are not rendered by default.

scriptshifter/tables/data/_gurmukhi_base.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
22
general:
33
name: Gurmukhi base
4+
case_sensitive: false
5+
description: Bidirectional base mapping for the Gurmukhi script.
6+
version: 1.0.0
7+
date: 2025-12-07
48
parents:
59
- _ignore_base
6-
case_sensitive: false
710

811
roman_to_script:
912
# Nasalization hook has no value here. It must be added to the individual

scriptshifter/tables/data/_ignore_base.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
---
22
general:
33
name: Common ignore list.
4+
description: List of Latin strings not converted.
5+
version: 1.0.0
6+
date: 2025-12-03
47

58
roman_to_script:
69
ignore:
10+
- "At head of title"
711
- "at head of title"
12+
- "Colophon"
813
- "colophon"
14+
- "Cover title"
915
- "date of publication not identified"
1016
- "place of publication not identified"
1117
- "publisher not identified"
1218
- "and one other"
19+
- "and others"
1320
- "et al."
1421
ignore_ptn:
1522
- "and ([a-z0-9]+ )?others"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
general:
3+
name: Abazin (Cyrillic)
4+
description: Abazin language in the Cyrillic script
5+
version: 1.0.0
6+
date: 2025-11-29
7+
parents:
8+
- cyrillic_generic
9+
10+
roman_to_script:
11+
map:
12+
"H\u0307": "\u04C0"
13+
"h\u0307": "\u04CF"
14+
15+
script_to_roman:
16+
map:
17+
"\u04C0": "H\u0307"
18+
"\u04CF": "h\u0307"
Lines changed: 96 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,96 @@
1-
general:
2-
name: Abkhaz (Cyrillic)
3-
parents:
4-
- cyrillic_generic
5-
6-
roman_to_script:
7-
map:
8-
"T\uFE20S\uFE21\u0307": "\u04B4"
9-
"T\uFE20s\uFE21\u0307": "\u04B4"
10-
"t\uFE20s\uFE21\u0307": "\u04B5"
11-
"T\uFE20\u0307S\uFE21": "\u04B4"
12-
"T\uFE20\u0307s\uFE21": "\u04B4"
13-
"t\uFE20\u0307s\uFE21": "\u04B5"
14-
"T\u0307\uFE20S\uFE21": "\u04B4"
15-
"T\u0307\uFE20s\uFE21": "\u04B4"
16-
"t\u0307\uFE20s\uFE21": "\u04B5"
17-
"C\u0301h\u0301": "\u04BE"
18-
"C\u0301H\u0301": "\u04BE"
19-
"c\u0301h\u0301": "\u04BF"
20-
"C\u0301h": "\u04BC"
21-
"C\u0301H": "\u04BC"
22-
"c\u0301h": "\u04BD"
23-
"C\u0307h": "\u04B6"
24-
"C\u0307H": "\u04B6"
25-
"c\u0307h": "\u04B7"
26-
"D\uFE20Z\uFE21": "\u04E0"
27-
"D\uFE20z\uFE21": "\u04E0"
28-
"d\uFE20z\uFE21": "\u04E1"
29-
"GH": "\u0494"
30-
"Gh": "\u0494"
31-
"gh": "\u0495"
32-
"H\u0307": "\u04FC"
33-
"h\u0307": "\u04FD"
34-
"Kh": "\u04C3"
35-
"KH": "\u04C3"
36-
"kh": "\u04C4"
37-
"PH": "\u0524"
38-
"Ph": "\u0524"
39-
"ph": "\u0525"
40-
"W\u0307": "\u04D8"
41-
"w\u0307": "\u04D9"
42-
"J": "\u040F"
43-
"j": "\u045F"
44-
"Q": "\u049C"
45-
"q": "\u049D"
46-
"W": "\u04A8"
47-
"w": "\u04A9"
48-
"Z": "\u0417"
49-
"z": "\u0437"
50-
51-
script_to_roman:
52-
map:
53-
"\u040F": "J"
54-
"\u0417": "Z"
55-
"\u0437": "z"
56-
"\u045F": "j"
57-
"\u0494": "GH"
58-
"\u0495": "gh"
59-
"\u049C": "Q"
60-
"\u049D": "q"
61-
"\u04A8": "W"
62-
"\u04A9": "w"
63-
"\u04B4": "T\uFE20S\uFE21\u0307"
64-
"\u04B5": "t\uFE20s\uFE21\u0307"
65-
"\u04B6": "C\u0307h"
66-
"\u04B7": "c\u0307h"
67-
"\u04BC": "C\u0301h"
68-
"\u04BD": "c\u0301h"
69-
"\u04BE": "C\u0301h\u0301"
70-
"\u04BF": "c\u0301h\u0301"
71-
"\u04C3": "Kh"
72-
"\u04C4": "kh"
73-
"\u04D8": "W\u0307"
74-
"\u04D9": "w\u0307"
75-
"\u04E0": "D\uFE20Z\uFE21"
76-
"\u04E1": "d\uFE20z\uFE21"
77-
"\u04FC": "H\u0307"
78-
"\u04FD": "h\u0307"
79-
"\u0524": "Ph"
80-
"\u0525": "ph"
1+
---
2+
general:
3+
name: Abkhaz (Cyrillic)
4+
description: Abkhaz language in Cyrillic script
5+
version: 1.0.0
6+
date: 2025-11-29
7+
parents:
8+
- cyrillic_generic
9+
10+
roman_to_script:
11+
map:
12+
"T\uFE20S\uFE21\u0307": "\u04B4"
13+
"T\u0361S\u0307": "\u04B4"
14+
"T\uFE20s\uFE21\u0307": "\u04B4"
15+
"T\u0361s\u0307": "\u04B4"
16+
"t\uFE20s\uFE21\u0307": "\u04B5"
17+
"t\u0361s\u0307": "\u04B5"
18+
"T\uFE20\u0307S\uFE21": "\u04B4"
19+
"T\u0361\u0307S": "\u04B4"
20+
"T\uFE20\u0307s\uFE21": "\u04B4"
21+
"T\u0361\u0307s": "\u04B4"
22+
"t\uFE20\u0307s\uFE21": "\u04B5"
23+
"t\u0361\u0307s": "\u04B5"
24+
"T\u0307\uFE20S\uFE21": "\u04B4"
25+
"T\u0307\u0361S": "\u04B4"
26+
"T\u0307\uFE20s\uFE21": "\u04B4"
27+
"T\u0307\u0361s": "\u04B4"
28+
"t\u0307\uFE20s\uFE21": "\u04B5"
29+
"t\u0307\u0361s": "\u04B5"
30+
"C\u0301h\u0301": "\u04BE"
31+
"C\u0301H\u0301": "\u04BE"
32+
"c\u0301h\u0301": "\u04BF"
33+
"C\u0301h": "\u04BC"
34+
"C\u0301H": "\u04BC"
35+
"c\u0301h": "\u04BD"
36+
"C\u0307h": "\u04B6"
37+
"C\u0307H": "\u04B6"
38+
"c\u0307h": "\u04B7"
39+
"D\uFE20Z\uFE21": "\u04E0"
40+
"D\u0361Z": "\u04E0"
41+
"D\uFE20z\uFE21": "\u04E0"
42+
"D\u0361z": "\u04E0"
43+
"d\uFE20z\uFE21": "\u04E1"
44+
"d\u0361z": "\u04E1"
45+
"GH": "\u0494"
46+
"Gh": "\u0494"
47+
"gh": "\u0495"
48+
"H\u0307": "\u04FC"
49+
"h\u0307": "\u04FD"
50+
"Kh": "\u04C3"
51+
"KH": "\u04C3"
52+
"kh": "\u04C4"
53+
"PH": "\u0524"
54+
"Ph": "\u0524"
55+
"ph": "\u0525"
56+
"W\u0307": "\u04D8"
57+
"w\u0307": "\u04D9"
58+
"J": "\u040F"
59+
"j": "\u045F"
60+
"Q": "\u049C"
61+
"q": "\u049D"
62+
"W": "\u04A8"
63+
"w": "\u04A9"
64+
"Z": "\u0417"
65+
"z": "\u0437"
66+
67+
script_to_roman:
68+
map:
69+
"\u040F": "J"
70+
"\u0417": "Z"
71+
"\u0437": "z"
72+
"\u045F": "j"
73+
"\u0494": "GH"
74+
"\u0495": "gh"
75+
"\u049C": "Q"
76+
"\u049D": "q"
77+
"\u04A8": "W"
78+
"\u04A9": "w"
79+
"\u04B4": "T\u0361S\u0307"
80+
"\u04B5": "t\u0361s\u0307"
81+
"\u04B6": "C\u0307h"
82+
"\u04B7": "c\u0307h"
83+
"\u04BC": "C\u0301h"
84+
"\u04BD": "c\u0301h"
85+
"\u04BE": "C\u0301h\u0301"
86+
"\u04BF": "c\u0301h\u0301"
87+
"\u04C3": "Kh"
88+
"\u04C4": "kh"
89+
"\u04D8": "W\u0307"
90+
"\u04D9": "w\u0307"
91+
"\u04E0": "D\u0361Z"
92+
"\u04E1": "d\u0361z"
93+
"\u04FC": "H\u0307"
94+
"\u04FD": "h\u0307"
95+
"\u0524": "Ph"
96+
"\u0525": "ph"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
general:
3+
name: Adygei (Cyrillic)
4+
description: Adygei language in the Cyrillic script
5+
version: 1.0.0
6+
date: 2025-11-29
7+
parents:
8+
- cyrillic_generic
9+
10+
roman_to_script:
11+
map:
12+
"H\u0307": "\u04C0"
13+
"h\u0307": "\u04CF"
14+
15+
script_to_roman:
16+
map:
17+
"\u04C0": "H\u0307"
18+
"\u04CF": "h\u0307"
Lines changed: 34 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,34 @@
1-
general:
2-
name: Altai (Cyrillic)
3-
parents:
4-
- cyrillic_generic
5-
6-
roman_to_script:
7-
map:
8-
"N\uFE20G\uFE21": "\u04A4"
9-
"N\uFE20g\uFE21": "\u04A4"
10-
"n\uFE20g\uFE21": "\u04A5"
11-
"D\u0301": "\u0408"
12-
"d\u0301": "\u0458"
13-
"O\u0307": "\u04E6"
14-
"o\u0307": "\u04E7"
15-
"U\u0307": "\u04F0"
16-
"u\u0307": "\u04F1"
17-
18-
script_to_roman:
19-
map:
20-
"\u0408": "D\u0301"
21-
"\u0458": "d\u0301"
22-
"\u04A4": "N\uFE20G\uFE21"
23-
"\u04A5": "n\uFE20g\uFE21"
24-
"\u04E6": "O\u0307"
25-
"\u04E7": "o\u0307"
26-
"\u04F0": "U\u0307"
27-
"\u04F1": "u\u0307"
1+
---
2+
general:
3+
name: Altai (Cyrillic)
4+
description: Altai language in Cyrillic script
5+
version: 1.0.0
6+
date: 2025-11-29
7+
parents:
8+
- cyrillic_generic
9+
10+
roman_to_script:
11+
map:
12+
"N\uFE20G\uFE21": "\u04A4"
13+
"N\u0361G": "\u04A4"
14+
"N\uFE20g\uFE21": "\u04A4"
15+
"N\u0361g": "\u04A4"
16+
"n\uFE20g\uFE21": "\u04A5"
17+
"n\u0361g": "\u04A5"
18+
"D\u0301": "\u0408"
19+
"d\u0301": "\u0458"
20+
"O\u0307": "\u04E6"
21+
"o\u0307": "\u04E7"
22+
"U\u0307": "\u04F0"
23+
"u\u0307": "\u04F1"
24+
25+
script_to_roman:
26+
map:
27+
"\u0408": "D\u0301"
28+
"\u0458": "d\u0301"
29+
"\u04A4": "N\u0361G"
30+
"\u04A5": "n\u0361g"
31+
"\u04E6": "O\u0307"
32+
"\u04E7": "o\u0307"
33+
"\u04F0": "U\u0307"
34+
"\u04F1": "u\u0307"

scriptshifter/tables/data/amharic.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)