Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Specifically, for multibyte encodings:

# How to add a new language

* For a comprehensive, step-by-step guide to adding a new language, see [ENCA-ADD-LANGUAGE-GUIDE.md](ENCA-ADD-LANGUAGE-GUIDE.md).

* Create a new language file:
* Create new `lib/lang_....c` files by copying some existing (use locale
code for names)
Expand All @@ -70,7 +72,7 @@ Specifically, for multibyte encodings:
existing languages in `data/*` and read `data/README`.
* `lib/internal.h`:
* Add new `ENCA_LANGUAGE_....`
* `src/lang.c`:
* `lib/lang.c`:
* Add a new `LANGUAGE_LIST[]` entry pointing to the `ENCA_LANGUAGE_....`


Expand Down
Loading