Skip to content
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

Ignores Turkish Character #33

Closed
erdidoqan opened this issue Jul 3, 2019 · 2 comments
Closed

Ignores Turkish Character #33

erdidoqan opened this issue Jul 3, 2019 · 2 comments

Comments

@erdidoqan
Copy link

Have the same characters like 'Ö' and 'ö' in German and Turkish. How can we fix this?

@0x0480
Copy link

0x0480 commented Jul 3, 2019

This script can't detect text's lang.
Just add chars manually to end of replacement.js
, ['ü', 'u'], ['Ü', 'u'], ['ö', 'o'], ['Ö', 'o'],

@sindresorhus
Copy link
Owner

Closing in favor of sindresorhus/transliterate#2, which is a more general solution to this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants