-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support for sr-SR #40
base: main
Are you sure you want to change the base?
Conversation
Please consider the following patch as a starting point. Here are some caveats.
|
Great patch, thanks!
I didn't notice Croatian was already in. Do we have a lexicon for it already, or at least a test sized one (I can transliterate it)?
Changed to Cyrillic.
I need working build to start testing. Is it ok to submit as is for now and come back to testing later?
They seem ok, as they are based on Croatian entry already there.
Is it ok to add them later after we figure out the build problem? But definitely on my TODO list. |
After some thought, I think it's best to separate out the instructions from the patch to add a new language. The tests currently pass, and these changes are incomplete (primarily due to the missing lexical dictionary). I think the patch to add a new language needs further work, but it's a good start. |
I moved the instruction doc to a separate PR (you are on it). |
Starting a how to add a new language document. I'll add more steps as I progress (I would like to have working build before I go any deeper).
I added sr, sr_RS to the LangUtil to try it out. I see that Croatian is already there, but also not supported so I feel this is fine.