You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do not have all the languages embedded in gatewayAdmin. Say for e.g. Dari language which is one of the Parsi Arabic languages has the code prs and prs-AF which does not show in the gatewayAdmin language dropdown list. How do we address this issues. We are hitting a wall with this and very soon many more will follow. We need to address this sooner than later. Please help as the Parsi team needs to publish their work and this has become a major blocker.
It was discovered by @mandolyte that the prs language code in languages.json has "gw": false value which is hiding it from display in gateway edit.
There are 2 shallow issues here:
change prs to be a gateway language (set "gw": true).
add the prs-AF as a new entry. (Though I'm not sure what the fields should be)
There is a deeper issue: gateway-admin is still pulling language codes from a static file. I'm not sure if this is on purpose. Which brings up a few questions.
The following issue was presented on Zulip:
It was discovered by @mandolyte that the
prs
language code in languages.json has"gw": false
value which is hiding it from display in gateway edit.There are 2 shallow issues here:
prs
to be a gateway language (set"gw": true
).prs-AF
as a new entry. (Though I'm not sure what the fields should be)There is a deeper issue:
gateway-admin
is still pulling language codes from a static file. I'm not sure if this is on purpose. Which brings up a few questions.languages.json
)?The text was updated successfully, but these errors were encountered: