Skip to content

Commit d9fc548

Browse files
authored
Update how_to_add_new_language.md
Added a follow up PR that implements dictionary lookup for Serbian.
1 parent 53b14ee commit d9fc548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documents/how_to_add_new_language.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Adding a new language requires multiple steps:
77

88
The following steps with help you identify files that need to be added or changed, and will guide you in rule writing and lexicon preparation.
99

10-
NOTE: Take a look at [PR #40](https://github.com/unicode-org/inflection/pull/40) for example on how to add initial language support.
11-
In general, to bootstrap your progress look for grammatically similar language that's already supported, e.g. if you are adding Serbian look for existing Russian or Croatian implementation.
10+
NOTE: Take a look at [PR #40](https://github.com/unicode-org/inflection/pull/40) and [PR #111](https://github.com/unicode-org/inflection/pull/111) for example on how to add initial language support based on dictionary lookup only.
11+
In general, to bootstrap your progress look for grammatically similar language that's already supported, e.g. if you are adding Serbian look for existing Russian implementation.
1212
This will help you find most of the files you need to add/change and will speed up implementation of the rules and lexicons.
1313

1414
## Mark your language as supported

0 commit comments

Comments
 (0)