Skip to content

Commit 8a96533

Browse files
authored
fix: Adjust dictionary names (#3958)
1 parent 9394a4b commit 8a96533

File tree

90 files changed

+593
-593
lines changed

Some content is hidden

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

90 files changed

+593
-593
lines changed

README.md

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

dictionaries/ada/cspell-ext.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/v5.18.4/cspell.schema.json",
33
"version": "0.2",
44
"id": "ada",
5-
"name": "Ada Language",
5+
"name": "Ada",
66
"description": "Ada Language Dictionary",
77
"readonly": true,
88
"dictionaryDefinitions": [

dictionaries/al/cspell-ext.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "al",
33
"version": "0.2",
44
"name": "AL",
5-
"description": "AL Dictionary",
5+
"description": "AL (Microsoft Business Central) Dictionary",
66
"readonly": true,
77
"dictionaryDefinitions": [
88
{

dictionaries/ar/cspell-ext.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"id": "ar",
44
"version": "0.2",
55
"name": "Arabic",
6-
"description": "Arabic dictionary for CSpell.",
6+
"description": "Arabic dictionary.",
77
"readonly": true,
88
"dictionaryDefinitions": [
99
{
1010
"name": "ar",
1111
"path": "./ar.trie.gz",
12-
"description": "Arabic dictionary for CSpell.",
12+
"description": "Arabic dictionary.",
1313
"dictionaryInformation": {
1414
"alphabet": "\u0600-\u06ff",
1515
"locale": "ar",

dictionaries/aws/cspell-ext.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
{
33
"id": "aws",
44
"name": "AWS",
5-
"description": "AWS dictionary for cspell.",
5+
"description": "AWS dictionary.",
66
"readonly": true,
77
// List of dictionary files to add to the global list of dictionaries
88
"dictionaryDefinitions": [
99
{
1010
"name": "aws",
1111
"path": "./dict/aws.txt",
12-
"description": "AWS dictionary for cspell."
12+
"description": "AWS dictionary."
1313
}
1414
],
1515
// Dictionaries to always be used.

dictionaries/bash/cspell-ext.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"id": "bash",
33
"name": "bash",
4-
"description": "Bash dictionary for cspell.",
4+
"description": "Bash dictionary.",
55
"readonly": true,
66
"dictionaryDefinitions": [
77
{
88
"name": "bash",
99
"path": "./dict/bash-words.txt",
10-
"description": "Bash dictionary for cspell."
10+
"description": "Bash dictionary."
1111
}
1212
],
1313
"dictionaries": [],

dictionaries/bg_BG/cspell-ext.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
{
33
"id": "bg-bg",
44
"name": "Bulgarian",
5-
"description": "Bulgarian dictionary for cspell.",
5+
"description": "Bulgarian dictionary.",
66
"readonly": true,
77
// List of dictionary files to add to the global list of dictionaries
88
"dictionaryDefinitions": [
99
{
1010
"name": "bg-bg",
1111
"path": "./dict/bg_BG.trie.gz",
12-
"description": "Bulgarian dictionary for cspell."
12+
"description": "Bulgarian dictionary."
1313
}
1414
],
1515
// Dictionaries to always be used.

dictionaries/ca/cspell-ext.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
{
33
"id": "ca",
44
"name": "Catalan",
5-
"description": "Catalan dictionary for cspell.",
5+
"description": "Catalan dictionary.",
66
"readonly": true,
77
// List of dictionary files to add to the global list of dictionaries
88
"dictionaryDefinitions": [
99
{
1010
"name": "ca",
1111
"path": "./ca.trie.gz",
12-
"description": "Catalan dictionary for cspell."
12+
"description": "Catalan dictionary."
1313
}
1414
],
1515
// Dictionaries to always be used.

dictionaries/clojure/cspell-ext.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
{
33
"id": "clojure",
44
"version": "0.2",
5-
"name": "clojure",
6-
"description": "Clojure dictionary for cspell.",
5+
"name": "Clojure",
6+
"description": "Clojure dictionary.",
77
"readonly": true,
88
// List of dictionary files to add to the global list of dictionaries
99
"dictionaryDefinitions": [
1010
{
1111
"name": "clojure",
1212
"path": "./clojure.txt.gz",
13-
"description": "Clojure dictionary for cspell."
13+
"description": "Clojure dictionary."
1414
}
1515
],
1616
// Dictionaries to always be used.

dictionaries/companies/cspell-ext.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"id": "companies",
33
"name": "Company names",
44
"readonly": true,
5-
"description": "Company names dictionary for cspell.",
5+
"description": "Company names dictionary.",
66
"dictionaryDefinitions": [
77
{
88
"name": "companies",
99
"path": "./dict/companies.txt",
10-
"description": "Company names dictionary for cspell."
10+
"description": "Company names dictionary."
1111
}
1212
],
1313
"dictionaries": ["companies"]

0 commit comments

Comments
 (0)