@@ -420,9 +420,8 @@ methods.
420
420
- ` applicableFieldIdx ` - The ` fieldInfo ` item whose ` field ` property is equal to ` applicableField ` .
421
421
- ` applicableFieldText ` - Equivalent to ` tr[applicableFieldIdx] `
422
422
- ` fieldLang ` - The ` fieldLang ` property of ` fieldInfo[j] `
423
- - ` getLangDir ` - A method from
424
- [ ` rtl-detect ` ] ( https://github.com/shadiabuhilal/rtl-detect )
425
- for determining directionality ("rtl" or "ltr") for a given
423
+ - ` getLangDir ` - A method for determining directionality
424
+ ("rtl" or "ltr") for a given
426
425
language code. May be useful with
427
426
` fieldInfo[applicableFieldIdx].fieldLang `
428
427
- ` escapeColumn ` - Boolean (defaults to ` true ` ). If set to ` false ` , will avoid
@@ -635,9 +634,6 @@ it supports the following arguments:
635
634
1 . Drop unused fields in URL by default
636
635
1 . Ensure works with ` pnpm ` in all environments (didn't work when deployed,
637
636
but would need to recall the problem and resolve)
638
- 1 . Waiting: Avoid ` rtl-detect ` if
639
- [ intl-locale-info proposal] ( https://github.com/tc39/proposal-intl-locale-info )
640
- gets implemented)
641
637
1 . [ ` navigator.storage.estimate ` ] ( https://developers.google.com/web/updates/2017/08/estimating-available-storage-space )
642
638
1 . Consider using ` Intl.DisplayNames ` (` type: 'language' ` ) with plugins so
643
639
can, e.g., show language visibly into which a targeted content language
0 commit comments