Skip to content

Commit 0e28af4

Browse files
committed
Update translation style guide terms
1 parent 901dac9 commit 0e28af4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

TRANSLATION.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ Suggestion on words and terms:
1616
| ------------------ | ---------- |
1717
| array | array |
1818
| arrow function | función flecha |
19+
| assert | comprobar |
1920
| bug | error |
2021
| Bundler | *Bundler* |
21-
| camelCase | *camelCase* |
2222
| callback | *callback* |
23+
| camelCase | *camelCase* |
2324
| controlled component | componente controlado |
2425
| debugging | depuración |
26+
| DOM | DOM |
2527
| framework | *framework* |
2628
| functional component | componente funcional |
2729
| hook | *hook* |
@@ -32,6 +34,7 @@ Suggestion on words and terms:
3234
| props | *props* |
3335
| React element | Elemento de React |
3436
| render | renderizar (verb), renderizado (noun)
37+
| shallow rendering | renderizado superficial |
3538
| state | estado |
3639
| string | *string* |
3740
| template literals | *template literals* |

0 commit comments

Comments
 (0)