diff --git a/GLOSSARY.md b/GLOSSARY.md new file mode 100644 index 000000000..26fdf946b --- /dev/null +++ b/GLOSSARY.md @@ -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) \ No newline at end of file diff --git a/README.md b/README.md index 3044c0d66..ed7b3c320 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ -# reactjs.org +# it.reactjs.org 🇮🇹 -This repo contains the source code and documentation powering [reactjs.org](https://reactjs.org/). +This repo contains the source code and documentation powering [it.reactjs.org](https://it.reactjs.org/). + + +## Before we start, some useful links: + +- [Glossary](GLOSSARY.md) +- [Style Guide](STYLE_GUIDE.md) ## Getting started diff --git a/STYLE_GUIDE.md b/STYLE_GUIDE.md new file mode 100644 index 000000000..bf0566699 --- /dev/null +++ b/STYLE_GUIDE.md @@ -0,0 +1,2 @@ + +👷 \ No newline at end of file