We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b362191 commit 326bb84Copy full SHA for 326bb84
style-guide.md
@@ -26,7 +26,7 @@ const text = "Hello, world";
26
document.querySelector('.hello').innerHTML = text;
27
```
28
29
-✅ DO (comment):
+✅ DO (translate comment):
30
31
```js
32
// Ejemplo
@@ -42,7 +42,7 @@ const text = 'Hola mundo';
42
43
44
45
-❌ DON'T (class):
+❌ DON'T (translate class):
46
47
48
@@ -52,7 +52,7 @@ const text = 'Hola mundo';
52
document.querySelector('.hola').innerHTML = text;
53
54
55
-❌ DEFINITELY DON'T (variables):
+❌ DEFINITELY DON'T (translate variables):
56
57
58
0 commit comments