Brendan Abolivier 7 vuotta sitten
vanhempi
commit
975e0e08a9
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
3 muutettua tiedostoa jossa 32 lisäystä ja 3 poistoa
  1. 11
    0
      _locales/en/messages.json
  2. 11
    0
      _locales/fr/messages.json
  3. 10
    3
      manifest.json

+ 11
- 0
_locales/en/messages.json Näytä tiedosto

@@ -0,0 +1,11 @@
1
+{
2
+    "mirror": {
3
+        "message": "This website may be blocked in your region."
4
+    },
5
+    "mirror-button": {
6
+        "message": "Take me to a mirror"
7
+    },
8
+    "nomirror": {
9
+        "message": "This website has no mirror provided by RWB"
10
+    }
11
+}

+ 11
- 0
_locales/fr/messages.json Näytä tiedosto

@@ -0,0 +1,11 @@
1
+{
2
+    "mirror": {
3
+        "message": "Ce site est peut-être bloqué dans votre région."
4
+    },
5
+    "mirror-button": {
6
+        "message": "Redirigez-moi vers un miroir"
7
+    },
8
+    "nomirror": {
9
+        "message": "Ce site n'a aucun miroir proposé par RSF"
10
+    }
11
+}

+ 10
- 3
manifest.json Näytä tiedosto

@@ -20,7 +20,14 @@
20 20
     ],
21 21
 
22 22
     "background": {
23
-        "scripts": ["jquery.js", "eventPage.js"],
24
-        "persistent": false
25
-    }
23
+        "scripts": ["jquery.js", "backgroundPage.js"]
24
+    },
25
+
26
+    "applications": {
27
+        "gecko": {
28
+            "id": "collateral-freedom@rsf.org"
29
+        }
30
+    },
31
+
32
+    "default_locale": "en"
26 33
 }