]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #426 from AlessandroMenti/update-italian-translation
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Mon, 26 Aug 2019 19:45:16 +0000 (14:45 -0500)
committerGitHub <noreply@github.com>
Mon, 26 Aug 2019 19:45:16 +0000 (14:45 -0500)
Update the Italian translation

README.md

index bf2de262a9aafdf6f4325d47f9d104996f95075c..ad34f1d4ad346e70139b86b401be477cec34d3e7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1177,13 +1177,20 @@ Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
   <string>${home}/Downloads</string>
 </dict>
 ```
-#### JSON
+#### JSON (macOS and Linux)
 ```
 {
   "policies": {
     "DefaultDownloadDirectory": "${home}/Downloads"
 }
 ```
+#### JSON (Windows)
+```
+{
+  "policies": {
+    "DefaultDownloadDirectory": "${home}\\Downloads"
+}
+```
 ### DownloadDirectory
 Set and lock the download directory.
 
@@ -1204,13 +1211,20 @@ Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
   <string>${home}/Downloads</string>
 </dict>
 ```
-#### JSON
+#### JSON (macOS and Linux)
 ```
 {
   "policies": {
     "DownloadDirectory": "${home}/Downloads"
 }
 ```
+#### JSON (Windows)
+```
+{
+  "policies": {
+    "DownloadDirectory": "${home}\\Downloads"
+}
+```
 ### EnableTrackingProtection
 Configure tracking protection.
 

patrick-canterino.de