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
Was testing CoderDojo/cp-dojos-service#234 and urls formed from Hindi were not correct i.e. We would get the following with a url based on Hindi:
http://localhost:8000/dashboard/dojo/in//-1
http://localhost:8000/dashboard/dojo/in//-2
Edit the page so the url is based on Japanese and we get:
http://localhost:8000/dashboard/dojo/in/nomruadoresu/nomruadoresu
The text was updated successfully, but these errors were encountered:
Hi Adam, thanks for the suggestion.
Is IAST an acceptable transliteration method? If so, https://github.com/mbykov/salita looks like it should help, perhaps with the addition of a containsDevanagari(str) method.
containsDevanagari(str)
Sorry, something went wrong.
No branches or pull requests
Was testing CoderDojo/cp-dojos-service#234 and urls formed from Hindi were not correct i.e. We would get the following with a url based on Hindi:
http://localhost:8000/dashboard/dojo/in//-1
http://localhost:8000/dashboard/dojo/in//-2
Edit the page so the url is based on Japanese and we get:
http://localhost:8000/dashboard/dojo/in/nomruadoresu/nomruadoresu
The text was updated successfully, but these errors were encountered: