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
isRTL is not fully reporting all languages as RTL that the server has listed as RTL:
isRTL
As per discussion in #801 and chat, the following languages should be listed as RTL:
$rtlLanguages = [ 'ar', // Arabic 'fa', // Persian 'he', // Hebrew 'ps', // Pashto, 'ug', // 'Uyghurche / Uyghur 'ur_PK', // Urdu ];
Others can be listed, but at least those should be, but ur_PK which will be available as ur-PK in the head lang attribute is missing.
ur_PK
ur-PK
The text was updated successfully, but these errors were encountered:
Also the function currently seems to consider locale for uz-AF but we agreed that RTL handling should be language based.
uz-AF
Sorry, something went wrong.
No branches or pull requests
isRTL
is not fully reporting all languages as RTL that the server has listed as RTL:As per discussion in #801 and chat, the following languages should be listed as RTL:
Others can be listed, but at least those should be, but
ur_PK
which will be available asur-PK
in the head lang attribute is missing.The text was updated successfully, but these errors were encountered: