chore: don't translate german in new FF

This commit is contained in:
oddlama 2023-10-11 00:41:59 +02:00
parent 75d2dc2b66
commit 2dd6782453
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 1 additions and 0 deletions

View file

@ -63,6 +63,7 @@ in {
"browser.aboutConfig.showWarning" = false; # I sometimes know what I'm doing
"browser.ctrlTab.sortByRecentlyUsed" = false; # (default) Who wants that?
"browser.download.useDownloadDir" = false; # Ask where to save stuff
"browser.translations.neverTranslateLanguages" = "de"; # No need :)
"privacy.clearOnShutdown.history" = false; # We want to save history on exit
# Hi-DPI
"layout.css.devPixelsPerPx" = "1.5";