Skip to content

Commit

Permalink
Bug 1439018 - Temporarily disable bidi isolation in Fluent due to Mic…
Browse files Browse the repository at this point in the history
…rosoft not supporting FSI/PDI. r=stas

MozReview-Commit-ID: FTJyG4UhQA
  • Loading branch information
Zibi Braniecki committed Feb 20, 2018
1 parent f63f5ca commit 43d2766
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions intl/l10n/L10nRegistry.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43d2766

Please sign in to comment.