We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
There is a (maybe partial) list of languages here: https://en.wiktionary.org/wiki/Module:languages/data/2
For instance, for the be transliteration, the code is there: https://en.wiktionary.org/wiki/Module:be-translit.
be
Lets add an assert somewhere to catch all languages used, and add support for them.
assert
The text was updated successfully, but these errors were encountered:
This transliteration is not properly handled: https://en.wiktionary.org/wiki/Tatreez
Wikicode:
{{bor|en|ar|تَطْرِيز}}
Output:
From Arabic تَطْرِيز (tṭrīz)
Expected:
From Arabic تَطْرِيز (taṭrīz)
Sorry, something went wrong.
No branches or pull requests
There is a (maybe partial) list of languages here: https://en.wiktionary.org/wiki/Module:languages/data/2
For instance, for the
be
transliteration, the code is there: https://en.wiktionary.org/wiki/Module:be-translit.Lets add an
assert
somewhere to catch all languages used, and add support for them.The text was updated successfully, but these errors were encountered: