|
96 | 96 | },
|
97 | 97 | {
|
98 | 98 | "const": "beet.contrib.babelbox",
|
99 |
| - "description": "Plugin that loads translations from csv files" |
| 99 | + "description": "Plugin that loads translations from csv files. Uses a minimal custom implementation" |
| 100 | + }, |
| 101 | + { |
| 102 | + "const": "babelbox.integration.beet", |
| 103 | + "description": "Plugin that loads translations from csv files. Uses https://pypi.org/project/babelbox/" |
100 | 104 | },
|
101 | 105 | {
|
102 | 106 | "const": "mcanitexgen.integration.beet",
|
|
127 | 131 | "type": "string"
|
128 | 132 | },
|
129 | 133 | "function_header": {
|
130 |
| - "description": "Function-header plugin configuration", |
| 134 | + "description": "Config for beet.contrib.function_header plugin", |
131 | 135 | "$ref": "contrib/function_header.json"
|
132 | 136 | },
|
133 | 137 | "lantern_load": {
|
134 |
| - "description": "Lantern-load plugin configuration", |
| 138 | + "description": "Config for beet.lantern_load plugin", |
135 | 139 | "$ref": "contrib/lantern_load.json"
|
136 | 140 | },
|
137 | 141 | "render": {
|
138 |
| - "description": "Render plugin configuration", |
| 142 | + "description": "Config for beet.contrib.render plugin", |
139 | 143 | "$ref": "contrib/render.json"
|
140 | 144 | },
|
141 | 145 | "sandstone": {
|
142 |
| - "description": "Sandstone plugin configuration", |
| 146 | + "description": "Config for beet.contrib.sandstone plugin", |
143 | 147 | "$ref": "contrib/sandstone.json"
|
144 | 148 | },
|
145 |
| - "babelbox": { |
146 |
| - "description": "Babelbox plugin configuration", |
| 149 | + "babelbox-contrib": { |
| 150 | + "description": "Config for beet.contrib.babelbox plugin", |
147 | 151 | "$ref": "contrib/babelbox.json"
|
148 | 152 | },
|
| 153 | + "babelbox": { |
| 154 | + "description": "Config for babelbox.integration.beet plugin", |
| 155 | + "$ref": "plugins/babelbox.json" |
| 156 | + }, |
149 | 157 | "mcanitexgen": {
|
150 | 158 | "description": "Mcanitexgen plugin configuration",
|
151 | 159 | "$ref": "plugins/mcanitexgen.json"
|
|
0 commit comments