Skip to content

Commit d682f7b

Browse files
fix: Workflow Bot -- Build Dictionaries (#4058)
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
1 parent 3fcd7c1 commit d682f7b

File tree

4 files changed

+33
-0
lines changed

4 files changed

+33
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Various [cspell](https://github.com/streetsidesoftware/cspell) dictionaries. Eac
2121

2222
- [Ancient Greek](dictionaries/grc_GR) - Ancient Greek dictionary.
2323
- [Arabic](dictionaries/ar) - Arabic dictionary.
24+
- [Armenian](dictionaries/hy) - Armenian dictionary for cspell.
2425
- [Austrian German Dictionary](dictionaries/de_AT) - Austrian German (de-AT) Dictionary.
2526
- [Basque](dictionaries/eu) - Basque dictionary.
2627
- [Bulgarian](dictionaries/bg_BG) - Bulgarian dictionary.
@@ -215,6 +216,7 @@ Various [cspell](https://github.com/streetsidesoftware/cspell) dictionaries. Eac
215216
| [@cspell/dict-html](./dictionaries/html#readme)<sup>1</sup> | HTML | html |
216217
| [@cspell/dict-html-symbol-entities](./dictionaries/html-symbol-entities#readme)<sup>1</sup> | HTML Symbol Entities | html-symbol-entities |
217218
| [@cspell/dict-hu-hu](./dictionaries/hu_HU#readme) | Hungarian | hu-hu |
219+
| [@cspell/dict-hy](./dictionaries/hy#readme) | Armenian | hy_am |
218220
| [@cspell/dict-id-id](./dictionaries/id_ID#readme) | Indonesia | id-id |
219221
| [@cspell/dict-it-it](./dictionaries/it_IT#readme) | Italian | it-it |
220222
| [@cspell/dict-java](./dictionaries/java#readme)<sup>1</sup> | Java | java |
@@ -350,6 +352,7 @@ Various [cspell](https://github.com/streetsidesoftware/cspell) dictionaries. Eac
350352
| [`html`](dictionaries/html) <sup>1</sup> | HTML dictionary. | - | html |
351353
| [`html-symbol-entities`](dictionaries/html-symbol-entities) <sup>1</sup> | HTML Symbol Entities Dictionary | - | html<br>markdown |
352354
| [`hu-hu`](dictionaries/hu_HU) | Hungarian dictionary. | hu<br>hu-hu | - |
355+
| [`hy_am`](dictionaries/hy) | Armenian dictionary for cspell. | hy<br>hy-AM | - |
353356
| [`id-id`](dictionaries/id_ID) | Indonesia dictionary. | id<br>id-ID | - |
354357
| [`it-it`](dictionaries/it_IT) | Italian dictionary. | it<br>it-IT | - |
355358
| [`java`](dictionaries/java) <sup>1</sup> | Java dictionary. | - | java |

dictionaries/hy/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,15 @@ cspell:words hyspell martakert
5656
-->
5757

5858
<!--- @@inject: ../../static/footer.md --->
59+
60+
<br/>
61+
62+
---
63+
64+
<p align="center">
65+
Brought to you by <a href="https://streetsidesoftware.com" title="Street Side Software">
66+
<img width="16" alt="Street Side Software Logo" src="https://i.imgur.com/CyduuVY.png" /> Street Side Software
67+
</a>
68+
</p>
69+
70+
<!--- @@inject-end: ../../static/footer.md --->

static/dictionary-packages.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,21 @@
962962
}
963963
]
964964
},
965+
{
966+
"name": "Armenian",
967+
"dir": "dictionaries/hy",
968+
"packageName": "@cspell/dict-hy",
969+
"description": "Armenian dictionary for cspell.",
970+
"cspell": false,
971+
"categories": ["natural-language"],
972+
"dictionaries": [
973+
{
974+
"name": "hy_am",
975+
"description": "Armenian dictionary for cspell.",
976+
"locales": ["hy", "hy-AM"]
977+
}
978+
]
979+
},
965980
{
966981
"name": "Indonesia",
967982
"dir": "dictionaries/id_ID",

static/dictionary-packages.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [Ancient Greek](dictionaries/grc_GR) - Ancient Greek dictionary.
66
- [Arabic](dictionaries/ar) - Arabic dictionary.
7+
- [Armenian](dictionaries/hy) - Armenian dictionary for cspell.
78
- [Austrian German Dictionary](dictionaries/de_AT) - Austrian German (de-AT) Dictionary.
89
- [Basque](dictionaries/eu) - Basque dictionary.
910
- [Bulgarian](dictionaries/bg_BG) - Bulgarian dictionary.
@@ -198,6 +199,7 @@
198199
| [@cspell/dict-html](./dictionaries/html#readme)<sup>1</sup> | HTML | html |
199200
| [@cspell/dict-html-symbol-entities](./dictionaries/html-symbol-entities#readme)<sup>1</sup> | HTML Symbol Entities | html-symbol-entities |
200201
| [@cspell/dict-hu-hu](./dictionaries/hu_HU#readme) | Hungarian | hu-hu |
202+
| [@cspell/dict-hy](./dictionaries/hy#readme) | Armenian | hy_am |
201203
| [@cspell/dict-id-id](./dictionaries/id_ID#readme) | Indonesia | id-id |
202204
| [@cspell/dict-it-it](./dictionaries/it_IT#readme) | Italian | it-it |
203205
| [@cspell/dict-java](./dictionaries/java#readme)<sup>1</sup> | Java | java |
@@ -333,6 +335,7 @@
333335
| [`html`](dictionaries/html) <sup>1</sup> | HTML dictionary. | - | html |
334336
| [`html-symbol-entities`](dictionaries/html-symbol-entities) <sup>1</sup> | HTML Symbol Entities Dictionary | - | html<br>markdown |
335337
| [`hu-hu`](dictionaries/hu_HU) | Hungarian dictionary. | hu<br>hu-hu | - |
338+
| [`hy_am`](dictionaries/hy) | Armenian dictionary for cspell. | hy<br>hy-AM | - |
336339
| [`id-id`](dictionaries/id_ID) | Indonesia dictionary. | id<br>id-ID | - |
337340
| [`it-it`](dictionaries/it_IT) | Italian dictionary. | it<br>it-IT | - |
338341
| [`java`](dictionaries/java) <sup>1</sup> | Java dictionary. | - | java |

0 commit comments

Comments
 (0)