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
Hi,
Central Kurdish, also known as Kurdish (Sorani), is a right-to-left language.It seems that isRtlLanguage() is returning the wrong value as false.
isRtlLanguage()
false
import 'package:intl/intl.dart'; void main() { /// Kurdish (Sorani) : https://en.wikipedia.org/wiki/Sorani print(Bidi.isRtlLanguage("ckb")); }
The text was updated successfully, but these errors were encountered:
I think the problem is that ckb is not a known locale for package:intl.
ckb
package:intl
Sorry, something went wrong.
@mosuem this issue should be resolved as I mentioned it in PR #863
No branches or pull requests
Hi,
Central Kurdish, also known as Kurdish (Sorani), is a right-to-left language.It seems that
isRtlLanguage()
is returning the wrong value asfalse
.Code
The text was updated successfully, but these errors were encountered: