diff --git a/GLOSSARY.MD b/GLOSSARY.MD
new file mode 100644
index 000000000..a0dfca87e
--- /dev/null
+++ b/GLOSSARY.MD
@@ -0,0 +1,82 @@
+# Glossary
+
+Glossary of the translations of technical and React-specific terms.
+
+## Untranslatable terms
+- props (**core concept**)
+- state (**core concept**)
+- hooks (**core concept**)
+- ref (**core concept**)
+- footer
+- bug
+- browser
+- client/client-side
+- server
+- array
+- alert
+- record
+- true
+- false
+- tag
+- lifecycle
+- callback
+- console
+- warning
+- form/forms
+- render props
+- strict mode
+- web components
+- build steps
+- wrapper
+- provider
+- consumer
+- reducer
+- deploy
+- template strings
+- extensions
+
+# Common Translations
+
+Suggestion on words and terms:
+
+| Original word/term | Suggestion |
+| ------------------ | ---------- |
+| variable | ndryshore ref. Fjalori Cano-Tupja
+| string | germëvarg | ref. Fjalori Cano-Tupja |
+| domain | domen ref. Fjalori Cano-Tupja | Përkthimi i duhur duhet të jetë i
+njëjtë me atë në kontekstin e matematikës, pra domen
+| initialization | vlerënisja ref. Fjalori Cano-Tupja
+| update | përditësoj (folje), përditësim (emer)
+| render | gjeneron ?! (folje), gjenerim?! (emer) |
+| refactor | refaktor |
+| refactoring | rifaktorim |
+| feature | tipar, cilësi
+| React component class | klasa e komponentit React |
+| React component type | lloji i komponentit React |
+| function component | komponent funksioni |
+| error boundary | kontejner i erroreve ?! |
+| native(ly) | prej vetiu?!
+
+
+
+## Problematic terms
+
+Here's a list of terms that require discussion/agreement, with a link to the issue.
+
+If you encounter one of those expressions for the first time, it might be worth checking the issue to find out what's the current quorum around how we should handle a consistent translation across the whole website.
+
+
+- `to render` (([#44]https://github.com/reactjs/sq.reactjs.org/issues/44))
+- `refactor` (([#44]https://github.com/reactjs/sq.reactjs.org/issues/44))
+- `event* handler` (([#44]https://github.com/reactjs/sq.reactjs.org/issues/44))
+- `event* listener` (([#44]https://github.com/reactjs/sq.reactjs.org/issues/44))
+- `mount` and `unmount` (([#44]https://github.com/reactjs/sq.reactjs.org/issues/44))
+
+*event sipas fjalorit "Terminologji Informatike" nga Erion Cano dhe Edmond Tupja:
+
+event [i’vent] em. sh.t. është fjala për një ngjarje që ndryshon apo përcakton
+ecurinë e një procesi apo dukurie. Në ligjërimin e përgjithshëm ka kuptimin e
+aktivitetit ndërsa në atë teknik mbartet mjaft mirë nga fjala ngjarje, siç ndeshet
+te [31] f. 56, te [19] f. 99, te [20] f. 40 etj. Duhet shmangur pra fjala event, e cila
+ndeshet shpesh në gjuhën e folur. Shembuj: unexpected event ngjarje e papritur,
+system failure event ngjarje e dështimit të sistemit
diff --git a/README.md b/README.md
index 6387cdac4..74eba1d2f 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,11 @@
This repo contains the source code and documentation powering [reactjs.org](https://reactjs.org/).
+## Before we start, some useful links:
+
+- [Glossary](GLOSSARY.md)
+- [Style Guide](STYLE_GUIDE.md)
+
## Getting started
### Prerequisites
diff --git a/STYLE_GUIDE.MD b/STYLE_GUIDE.MD
new file mode 100644
index 000000000..9a26f7831
--- /dev/null
+++ b/STYLE_GUIDE.MD
@@ -0,0 +1,108 @@
+# Udhezues i pergjithshem per stilin
+
+> This Style Guide is based on the [Universal Style Guide](https://github.com/reactjs/reactjs.org-translation/blob/master/style-guide.md)
+>
+> Ky udhezues per stilin eshte i bazuar ne [Universal Style Guide](https://github.com/reactjs/reactjs.org-translation/blob/master/style-guide.md)
+
+Ky udhëzues per stilin përshkruan rregullat që duhet të zbatohen për **të gjitha** gjuhët.
+
+## Fjalorth
+
+Shiko [ketu](https://github.com/reactjs/sq.reactjs.org/blob/master/GLOSSARY.md)
+
+## ID-ja e titujve (Headers)
+
+Te gjithe titujt kane ID specifike, si per shembull:
+
+```md
+## Try React {#try-react}
+```
+
+**Mos** i perktheni keto ID! Ato perdoren per navigim dhe rrezikojne te mos funksionojne me.
+
+Per shembull, duke pasur kete link:
+
+```md
+See the [beginning section](/getting-started#try-react) for more information.
+```
+
+✅ Keshtu eshte NE RREGULL ✅:
+
+```md
+## Provo React {#try-react}
+```
+
+❌ Keshtu eshte GABIM! ❌:
+
+```md
+## Provo React {#provo-react}
+```
+
+Me shembullin e dyte, linku pak me larte nuk do te funksionoj me.
+
+## Teksti ne blloqet e kodit
+
+Mos perkthe kurre tekstin ne blloqet e kodit, pervec komenteve. Mund te kesh nevoje mbase per te perkthyer dhe tekstin e strings, por ki kujdes te MOS perkthesh strings qe jane referenca per kodin.
+
+Per shembull:
+```js
+// Shembull
+const element =
Hello, world
;
+ReactDOM.render(element, document.getElementById('root'));
+```
+
+✅ Keshtu eshte NE RREGULL ✅:
+
+```js
+// Shembull
+const element =
Hello, world!
;
+ReactDOM.render(element, document.getElementById('root'));
+```
+
+✅ EDHE keshtu eshte NE RREGULL ✅:
+
+```js
+// Shembull
+const element =
Pershendes te gjithe boten!
;
+ReactDOM.render(element, document.getElementById('root'));
+```
+
+❌ Keshtu eshte GABIM! ❌:
+
+```js
+// Shembull
+const element =
Pershendes te gjithe boten!
;
+// "root" i referohet ID-se se nje elementi
+// MOS E PERKTHE!
+ReactDOM.render(element, document.getElementById('rrenja'));
+```
+
+❌ KJO AKOMA EDHE ME GABIM!! ❌:
+
+```js
+// Shembull
+// ABSOLUTISHT JO!
+const elementi =
Pershendes te gjithe boten!
;
+ReactDOM.gjenero(elementi, dokument.merrElementinNgaId('rrenja'));
+```
+
+## Linqe te jashtme
+
+Nese nje link i jashtem riadreson ne nje artikull reference si [MDN] ose [Wikipedia], dhe ekziston nje version i atij artikulli ne gjuhen shqipe, i nje cilesi te mire, mund ta vleresosh te link-osh versionin e perkthyer ne gjuhen shqipe, ne vend te artikullit origjinal.
+
+[MDN]: https://developer.mozilla.org/en-US/
+[Wikipedia]: https://en.wikipedia.org/wiki/Main_Page
+
+Shembull:
+
+```md
+React Native is an open-source UI software framework (https://en.wikipedia.org/wiki/React_Native).
+```
+
+✅ Keshtu eshte NE RREGULL ✅:
+
+```md
+React Native eshte nje kornize e aplikacioneve mobile (https://sq.wikipedia.org/wiki/React_Native).
+```
+
+Per linqet per te cilat nuk ekziston nje version i perkthyer (StackOverflow, Youtube, etj...) perdorni thjesht linkun ne anglisht.
diff --git a/beta/src/components/Layout/Feedback.tsx b/beta/src/components/Layout/Feedback.tsx
index acba8c813..b00f7e163 100644
--- a/beta/src/components/Layout/Feedback.tsx
+++ b/beta/src/components/Layout/Feedback.tsx
@@ -62,7 +62,7 @@ function SendFeedback({onSubmit}: {onSubmit: () => void}) {
return (
- {isSubmitted ? 'Thank you for your feedback!' : 'Is this page useful?'}
+ {isSubmitted ? 'Faleminderit për komentin tuaj!' : 'A ju ndihmon kjo?'}