mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1439018 - Temporarily disable bidi isolation in Fluent due to Microsoft not supporting FSI/PDI. r=stas
MozReview-Commit-ID: FTJyG4UhQA --HG-- extra : rebase_source : f1e77036d03778c602a3265df6f759a748cbf825
This commit is contained in:
parent
914f744eb1
commit
6078ba1b11
@ -220,6 +220,9 @@ async function* generateContextsForLocale(locale, sourcesOrder, resourceIds, res
|
||||
}
|
||||
|
||||
const MSG_CONTEXT_OPTIONS = {
|
||||
// Temporarily disable bidi isolation due to Microsoft not supporting FSI/PDI.
|
||||
// See bug 1439018 for details.
|
||||
useIsolating: Services.prefs.getBoolPref("intl.l10n.enable-bidi-marks", false),
|
||||
functions: {
|
||||
/**
|
||||
* PLATFORM is a built-in allowing localizers to differentiate message
|
||||
|
Loading…
Reference in New Issue
Block a user