From ec3ccebc6465357afdecefbceaa3a82d7b429d2f Mon Sep 17 00:00:00 2001 From: taboov <96790752+taboov@users.noreply.github.com> Date: Mon, 28 Mar 2022 12:41:25 -0400 Subject: [PATCH] Updating the language.md (#2786) taboov * Adding Kurdish Language * Update _groups.json * Update _list.json * Update and rename central_kurdish.json to sorani.json * Update _groups.json * Update _list.json * Update LANGUAGES.md Co-authored-by: Jack --- LANGUAGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LANGUAGES.md b/LANGUAGES.md index 8d6b70e62..902242100 100644 --- a/LANGUAGES.md +++ b/LANGUAGES.md @@ -21,6 +21,7 @@ The contents of the file should be as follows: { "name": "language", "leftToRight": true, + "ligatures": true, "bcp47": "es-ES", "words": [ "words", @@ -28,7 +29,8 @@ The contents of the file should be as follows: } ``` -It is recommended that you familiarize yourselves with JSON before adding a language. For the `name` field, put the name of your language. `leftToRight` indicates how the language is written. If it is written left to right then put `true`, otherwise put `false`. For `bcp47` put your languages [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag). Finally, add your list of words to the `words` field. +It is recommended that you familiarize yourselves with JSON before adding a language. For the `name` field, put the name of your language. `leftToRight` indicates how the language is written. If it is written left to right then put `true`, otherwise put `false`. +`ligatures` A ligature occurs when multiple letters are joined together to form a character [more details](https://en.wikipedia.org/wiki/Ligature_(writing)). If there's joining in the words, which is the case in languages like (Arabic, Malayalam, Persian, Sanskrit, Central_Kurdish... etc.), then set the value to `true`, otherwise set to `false`. For `bcp47` put your languages [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag). Finally, add your list of words to the `words` field. In addition to the language file, you need to add your language to the `_groups.json` and `_list.json` files in the same directory. Add the name of the language to the `_groups.json` file like so: