Skip to content

Commit

Permalink
2023-07-31
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Aug 1, 2023
1 parent 1f5965a commit a39c0c6
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Chinese/Cantonese/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"jyut6ping3",
"jyut6ping3_ipa"
],
"reverseDependencies": [
"rime/rime-luna-pinyin",
"rime/rime-stroke",
"rime/rime-cangjie"
],
"license": "CC-BY-4.0"
},
{
Expand Down
12 changes: 12 additions & 0 deletions Chinese/Mandarin/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"luna_pinyin_tw",
"luna_quanpin"
],
"reverseDependencies": [
"rime/rime-stroke"
],
"license": "LGPL-3.0-only"
},
{
Expand All @@ -33,6 +36,9 @@
"schemas": [
"pinyin_simp"
],
"reverseDependencies": [
"rime/rime-stroke"
],
"license": "Apache-2.0"
},
{
Expand All @@ -41,6 +47,9 @@
"schemas": [
"terra_pinyin"
],
"reverseDependencies": [
"rime/rime-stroke"
],
"license": "LGPL-3.0-only"
},
{
Expand All @@ -53,6 +62,9 @@
"dependencies": [
"rime/rime-terra-pinyin"
],
"reverseDependencies": [
"rime/rime-stroke"
],
"license": "LGPL-3.0-only"
},
{
Expand Down
3 changes: 3 additions & 0 deletions Chinese/Old/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"zyenpheng",
"sampheng"
],
"reverseDependencies": [
"rime/rime-luna-pinyin"
],
"license": "GPL-3.0-only"
},
{
Expand Down
17 changes: 16 additions & 1 deletion Chinese/Shape/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"cangjie5",
"cangjie5_express"
],
"reverseDependencies": [
"rime/rime-luna-pinyin"
],
"license": "LGPL-3.0-only"
},
{
Expand All @@ -28,6 +31,9 @@
"schemas": [
"stroke"
],
"reverseDependencies": [
"rime/rime-luna-pinyin"
],
"license": "LGPL-3.0-only"
},
{
Expand All @@ -38,6 +44,9 @@
"array30_query",
"array30_wsymbols"
],
"reverseDependencies": [
"rime/rime-luna-pinyin"
],
"license": "GPL-3.0-only"
},
{
Expand All @@ -46,6 +55,9 @@
"schemas": [
"scj6"
],
"reverseDependencies": [
"rime/rime-luna-pinyin"
],
"license": "GPL-3.0-only"
},
{
Expand All @@ -54,6 +66,9 @@
"schemas": [
"quick5"
],
"reverseDependencies": [
"rime/rime-luna-pinyin"
],
"license": "LGPL-3.0-only"
},
{
Expand Down Expand Up @@ -128,7 +143,7 @@
"name": "虎码",
"schemas": [
"tiger",
"tigress"
"tigress"
],
"reverseDependencies": [
"rime/rime-pinyin-simp"
Expand Down
6 changes: 6 additions & 0 deletions Chinese/Wu/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"wugniu_lopha",
"wugniu"
],
"reverseDependencies": [
"rime/rime-luna-pinyin"
],
"license": "GPL-3.0-only"
},
{
Expand All @@ -15,6 +18,9 @@
"schemas": [
"soutzoe"
],
"reverseDependencies": [
"rime/rime-luna-pinyin"
],
"license": "GPL-3.0-only"
}
]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ type CHILD_INDEX = {
name: string // Prefer Simplified Chinese if applicable
labels?: ('chord' | 'lua')[]
schemas: string[] // e.g. luna_pinyin
dependencies?: string[] // Hard dependencies only. e.g. rime/rime-luna-pinyin
dependencies?: string[] // Hard dependencies, e.g. rime/rime-luna-pinyin
reverseDependencies?: string[] // Reverse-lookup dependencies, e.g. rime/rime-stroke
license?: string // Omit if no OSI-approved license
}
```
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date": "2023-07-30",
"date": "2023-07-31",
"categories": [
{
"key": "Chinese",
Expand Down

0 comments on commit a39c0c6

Please sign in to comment.