Page MenuHomePhabricator

Use script-subtag-based interface in types.ts instead of specifying non-Arabic-script language tags/language codes
Open, Needs TriagePublic

Description

shouldFlipExceptions is actually doing something $script_subtag != 'Arab'.

We should implemet something IconFlipByScript / IconFlipByWritingSystem / IconVariedByScript / IconVariedByWritingSystem instead.

Event Timeline

jhsoby renamed this task from Use scipt-subtag-based interface in types.ts instead of specifying non-Arabic-script language tags/language codes to Use script-subtag-based interface in types.ts instead of specifying non-Arabic-script language tags/language codes.May 26 2024, 3:27 PM
AnneT subscribed.

@Winston_Sung would you mind adding some more detail to the task description? I think you're saying that shouldFlipExceptions should include all non-Arabic-script languages, but want to confirm my understanding.

I think you're saying that shouldFlipExceptions should include all non-Arabic-script languages

Not really.

Task description updated.