We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
txuvaix/dev/chv.xml
Line 18 in 560ab46
The way the dictionary is written precludes the possibility of having more than one example for a given entry.
The text was updated successfully, but these errors were encountered:
If there is more than one example then there will have to be some way to align them between languages. :(
Sorry, something went wrong.
Yes, that's the limitation. Perhaps a way around this would be something like the following:
<e> <l lang="chv">...</l> <l lang="eng">...</l> <exs> <ex> <l lang="chv">Чӑваш чӗлхи йывар-и?</l> <l lang="eng">Is Chuvash hard?</l> <l lang="kir">Чуваш тили оорбу?</l> <l lang="kir">Чуваш тили кыйынбы?</l> <l lang="kir">Чуваш тили катуубу?</l> <ex> <ex>...</ex> </exs> </e>
Perhaps even without the exses.
exs
No branches or pull requests
txuvaix/dev/chv.xml
Line 18 in 560ab46
The way the dictionary is written precludes the possibility of having more than one example for a given entry.
The text was updated successfully, but these errors were encountered: