-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
housekeeping: Adjusted README, versioned Glossary + Style Guide (#8)
* housekeeping: Adjusted README, versioned Glossary + Style Guide This is just to tidy up things a bit. * fix * refactor * glossary: adding terms
- Loading branch information
1 parent
86ede57
commit ae4ccb8
Showing
3 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Glossary | ||
|
||
Glossary of the translations of technical and React-specific terms. | ||
|
||
## Untranslatable terms | ||
- footer | ||
- bug | ||
- browser | ||
- client | ||
- server | ||
|
||
# Common Translations | ||
|
||
Suggestion on words and terms: | ||
|
||
| Original word/term | Suggestion | | ||
| ------------------ | ---------- | | ||
| refactor | rifattorizzare | | ||
| refactoring | rifattorizzazione | | ||
| render | renderizzare (verbo), renderizzato (nome) | | ||
| React component class | classe componente React | | ||
| React component type | tipo componente React | | ||
|
||
## Problematic terms | ||
|
||
Here's a list of terms that require discussion/agreement, with a link to the issue. | ||
|
||
- `to render` (#7) | ||
- `React component class` (#7) | ||
- `React component type` (#7) | ||
- `refactor` (#9) | ||
- `event handler` (#10) | ||
- `event listener` (#10) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<!-- content from the issue here, then we should update the pinned issue to point to the files for maximum visibility --> | ||
👷 |