mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 03:10:07 -05:00
work
This commit is contained in:
parent
a22add8619
commit
3a46607080
5 changed files with 14 additions and 1 deletions
|
@ -6,6 +6,7 @@ patches/custom-ubo-assets-bootstrap-location.patch
|
||||||
patches/disable-data-reporting-at-compile-time.patch
|
patches/disable-data-reporting-at-compile-time.patch
|
||||||
patches/faster-package-multi-locale.patch
|
patches/faster-package-multi-locale.patch
|
||||||
patches/hide-passwordmgr.patch
|
patches/hide-passwordmgr.patch
|
||||||
|
patches/librewolf-l10n.patch
|
||||||
patches/librewolf-pref-pane.patch
|
patches/librewolf-pref-pane.patch
|
||||||
patches/librewolf-prefs.patch
|
patches/librewolf-prefs.patch
|
||||||
patches/mozilla_dirs.patch
|
patches/mozilla_dirs.patch
|
||||||
|
|
10
patches/librewolf-l10n.patch
Normal file
10
patches/librewolf-l10n.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/browser/locales/jar.mn
|
||||||
|
+++ b/browser/locales/jar.mn
|
||||||
|
@@ -17,6 +17,7 @@
|
||||||
|
preview/cookieBannerPreferences.ftl (../components/preferences/cookieBannerPreferences.ftl)
|
||||||
|
locales-preview/migrationWizard.ftl (../locales-preview/migrationWizard.ftl)
|
||||||
|
browser (%browser/**/*.ftl)
|
||||||
|
+ librewolf (%librewolf/**/*.ftl)
|
||||||
|
|
||||||
|
@AB_CD@.jar:
|
||||||
|
% locale browser @AB_CD@ %locale/browser/
|
|
@ -272,7 +272,7 @@ diff --git a/browser/components/preferences/librewolf.js b/browser/components/pr
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/browser/components/preferences/librewolf.js
|
+++ b/browser/components/preferences/librewolf.js
|
||||||
@@ -0,0 +1,287 @@
|
@@ -0,0 +1,288 @@
|
||||||
+/* This Source Code Form is subject to the terms of the Mozilla Public
|
+/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
+ * License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
+ * License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||||
+ * You can obtain one at http://mozilla.org/MPL/2.0/. */
|
+ * You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
@ -285,6 +285,7 @@ new file mode 100644
|
||||||
+ return new Localization([
|
+ return new Localization([
|
||||||
+ "branding/brand.ftl",
|
+ "branding/brand.ftl",
|
||||||
+ "browser/preferences/preferences.ftl",
|
+ "browser/preferences/preferences.ftl",
|
||||||
|
+ "librewolf/preferences.ftl",
|
||||||
+ ]);
|
+ ]);
|
||||||
+});
|
+});
|
||||||
+
|
+
|
||||||
|
|
1
themes/browser/locales/l10n/de/librewolf/preferences.ftl
Normal file
1
themes/browser/locales/l10n/de/librewolf/preferences.ftl
Normal file
|
@ -0,0 +1 @@
|
||||||
|
librewolf-header = LibreWolf Einstellungen
|
Loading…
Reference in a new issue