[tor-commits] [tor-browser] 33/311: Bug 1749644 - Fix RemoteL10n Fluent directory. r=emcminn, a=RyanVM, dsmith

gitolite role git at cupani.torproject.org
Tue Apr 26 15:27:13 UTC 2022


This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to branch geckoview-99.0.1-11.0-1
in repository tor-browser.

commit 7054d7b3b98eadb62d3e4ffe399ccfb93ac4fe4c
Author: Barret Rennie <barret at brennie.ca>
AuthorDate: Wed Jan 12 16:46:05 2022 +0000

    Bug 1749644 - Fix RemoteL10n Fluent directory. r=emcminn, a=RyanVM,dsmith
    
    Differential Revision: https://phabricator.services.mozilla.com/D135665
---
 browser/components/newtab/lib/RemoteL10n.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/components/newtab/lib/RemoteL10n.jsm b/browser/components/newtab/lib/RemoteL10n.jsm
index d2d189a189574..e8ea7843fc7a5 100644
--- a/browser/components/newtab/lib/RemoteL10n.jsm
+++ b/browser/components/newtab/lib/RemoteL10n.jsm
@@ -186,7 +186,7 @@ class _RemoteL10n {
     if (useRemoteL10n && !L10nRegistry.getInstance().hasSource("cfr")) {
       const appLocale = Services.locale.appLocaleAsBCP47;
       const l10nFluentDir = PathUtils.join(
-        Services.dirsvc.get("ProfD", Ci.nsIFile).path,
+        Services.dirsvc.get("ProfLD", Ci.nsIFile).path,
         "settings",
         "main",
         "ms-language-packs"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list