Skip to content

Commit 2300498

Browse files
committed
fix: fix typos and iso encoding lang format
1 parent 17ed2b8 commit 2300498

File tree

110 files changed

+30
-18
lines changed

Some content is hidden

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

110 files changed

+30
-18
lines changed

LANGS.md

Lines changed: 2 additions & 2 deletions

book.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@
7777
"text": "Français"
7878
},
7979
{
80-
"config": "ne",
80+
"config": "np",
8181
"text": "नेपाली"
8282
},
8383
{
8484
"config": "tr",
85-
"text": "Turkish"
85+
"text": "Türkiye"
8686
}
8787
]
8888
}

fr/README.md

Lines changed: 1 addition & 1 deletion

fr/browser-object-model-bom/README.md

Lines changed: 1 addition & 1 deletion

fr/conditional/README.md

Lines changed: 1 addition & 1 deletion

fr/date-and-time.md

Lines changed: 1 addition & 1 deletion

fr/exercises/README.md

Lines changed: 1 addition & 1 deletion

fr/json.md

Lines changed: 1 addition & 1 deletion

fr/miscellaneous/README.md

Lines changed: 1 addition & 1 deletion

fr/objects/README.md

Lines changed: 1 addition & 1 deletion

fr/promise-async-await/README.md

Lines changed: 1 addition & 1 deletion

fr/promise-async-await/promise.md

Lines changed: 1 addition & 1 deletion

fr/regular-expression.md

Lines changed: 1 addition & 1 deletion

ne/book.json renamed to np/book.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,16 @@
6767
"text": "English"
6868
},
6969
{
70-
"config": "ne",
70+
"config": "fr",
71+
"text": "Français"
72+
},
73+
{
74+
"config": "np",
7175
"text": "नेपाली"
76+
},
77+
{
78+
"config": "tr",
79+
"text": "Türkiye"
7280
}
7381
]
7482
}
File renamed without changes.

ne/json.md renamed to np/json.md

tr/book.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,16 @@
6868
"text": "English"
6969
},
7070
{
71-
"config": "ne",
71+
"config": "fr",
72+
"text": "Français"
73+
},
74+
{
75+
"config": "np",
7276
"text": "नेपाली"
7377
},
7478
{
7579
"config": "tr",
76-
"text": "Turkish"
80+
"text": "Türkiye"
7781
}
7882
]
7983
}

0 commit comments

Comments
 (0)