Bug 1457021 - Migrate the JS of Preferences::Translation to Fluent. r?gijs draft
authorZibi Braniecki <zbraniecki@mozilla.com>
Wed, 25 Apr 2018 15:51:15 -0700
changeset 793212 b78569950e09025d2b6ef95ea144773ac9314fe1
parent 793211 f3464739227bca34277ff128a53d4b1d6ef82e48
child 793213 1d73e7eb2647bf912dfd0c59868895b417d9a457
push id109319
push userbmo:gandalf@aviary.pl
push dateWed, 09 May 2018 19:05:09 +0000
reviewersgijs
bugs1457021
milestone62.0a1
Bug 1457021 - Migrate the JS of Preferences::Translation to Fluent. r?gijs MozReview-Commit-ID: 8UTYUyOvnBz
browser/components/preferences/translation.xul
--- a/browser/components/preferences/translation.xul
+++ b/browser/components/preferences/translation.xul
@@ -17,19 +17,16 @@
         persist="screenX screenY width height"
         onkeypress="gTranslationExceptions.onWindowKeyPress(event);">
 
   <link rel="localization" href="browser/preferences/translation.ftl"/>
   <script type="application/javascript" src="chrome://global/content/l10n.js"></script>
 
   <script src="chrome://browser/content/preferences/translation.js"/>
 
-  <stringbundle id="bundlePreferences"
-                src="chrome://browser/locale/preferences/preferences.properties"/>
-
   <keyset>
     <key data-l10n-id="translation-close-key" modifiers="accel" oncommand="window.close();"/>
   </keyset>
 
   <vbox class="largeDialogContainer">
     <vbox class="contentPane" flex="1">
       <label id="languagesLabel"
              data-l10n-id="translation-languages-disabled-desc"