From: Michael Kaply Date: Wed, 10 Oct 2018 21:40:45 +0000 (-0500) Subject: Merge pull request #266 from mozilla/RequestedLocales X-Git-Tag: v1.3~5 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/6c3965a65439824797ba16b8f1328c7690194f40?hp=90f3da2b54bf1a68b995b6e842ab9c0f0b4adee2 Merge pull request #266 from mozilla/RequestedLocales Add RequestedLocales policy --- diff --git a/README.md b/README.md index c45aff6..875bda0 100644 --- a/README.md +++ b/README.md @@ -506,6 +506,15 @@ To specify ports, append them to the hostnames with a colon (:). If Locked is se } } ``` +### RequestedLocales +This policy sets the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active. +``` +{ + "policies": { + "RequestedLocales": ["de", "en-US"] + } +} +``` ### SanitizeOnShutdown If this policy is set to true, all data is cleared when Firefox is closed. This includes Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data. ```