Ver código fonte

Fix localisation

Brendan Abolivier 6 anos atrás
pai
commit
e1ee1399d4
Assinado por: Brendan Abolivier <contact@brendanabolivier.com> ID da chave GPG: 8EF1500759F70623
4 arquivos alterados com 4 adições e 4 exclusões
  1. 1
    1
      _locales/en/messages.json
  2. 1
    1
      _locales/fr/messages.json
  3. 1
    1
      index.html
  4. 1
    1
      manifest.json

+ 1
- 1
_locales/en/messages.json Ver arquivo

@@ -2,7 +2,7 @@
2 2
     "mirror": {
3 3
         "message": "This website may be blocked in your region."
4 4
     },
5
-    "mirror.button": {
5
+    "mirror_button": {
6 6
         "message": "Take me to a mirror"
7 7
     },
8 8
     "nomirror": {

+ 1
- 1
_locales/fr/messages.json Ver arquivo

@@ -2,7 +2,7 @@
2 2
     "mirror": {
3 3
         "message": "Ce site est peut-être bloqué dans votre région."
4 4
     },
5
-    "mirror.button": {
5
+    "mirror_button": {
6 6
         "message": "Redirigez-moi vers un miroir"
7 7
     },
8 8
     "nomirror": {

+ 1
- 1
index.html Ver arquivo

@@ -23,7 +23,7 @@
23 23
 	</head>
24 24
 	<body>
25 25
 		<div id="mirror" style="display:none">__MSG_mirror__<br />
26
-				<button>__MSG_mirror.button__</button>
26
+				<button>__MSG_mirror_button__</button>
27 27
 		</div>
28 28
 		<div id="nomirror">__MSG_nomirror__</div>
29 29
 	</body>

+ 1
- 1
manifest.json Ver arquivo

@@ -3,7 +3,7 @@
3 3
 
4 4
     "name": "RSF Censorship Detector",
5 5
     "description": "Find access to blocked websites",
6
-    "version": "1.3.1",
6
+    "version": "1.3.2",
7 7
 
8 8
     "icons": {
9 9
         "128": "rsc/icon-128.png"