diff --git a/README.md b/README.md
index 9a54b5ff..d77ffd9f 100644
--- a/README.md
+++ b/README.md
@@ -38,10 +38,18 @@ the way:
- ๐ซ๐ท French
- ๐ต๐ฑ Polish
- ๐ฐ๐ท Korean
-- ๐ฆ๐ช Arabic [(Requested)](https://github.com/aykutkardas/regexlearn.com/issues/163)
- ๐ง๐ท Brazilian Portuguese
-- ๐ฌ๐ช Georgian [(Requested)](https://github.com/aykutkardas/regexlearn.com/issues/274)
- ๐จ๐ฟ Czech
+- ๐ฌ๐ช Georgian
+
+### Requested Translations
+
+- ๐ฆ๐ช Arabic [(Issue)](https://github.com/aykutkardas/regexlearn.com/issues/163)
+- ๐ง๐ฉ Bengali [(Issue)](https://github.com/aykutkardas/regexlearn.com/issues/304)
+- ๐ฎ๐น Italian [(Issue)](https://github.com/aykutkardas/regexlearn.com/issues/323)
+- ๐ฎ๐ท Persian [(Issue)](https://github.com/aykutkardas/regexlearn.com/issues/325)
+- ๐ป๐ณ Vietnamese [(Issue)](https://github.com/aykutkardas/regexlearn.com/issues/329)
+- ๐ฎ๐ฉ Indonesian [(Issue)](https://github.com/aykutkardas/regexlearn.com/issues/335)
Interested in adding your language? Please
**[create an issue](https://github.com/aykutkardas/regexlearn.com/issues/new)** and let us know!
diff --git a/scripts/html-lang-fixer.js b/scripts/html-lang-fixer.js
index 89c17af0..ff2aa90b 100644
--- a/scripts/html-lang-fixer.js
+++ b/scripts/html-lang-fixer.js
@@ -15,7 +15,7 @@ function htmlLangFixer(path) {
const stats = fs.lstatSync(currentPath);
if (stats.isFile() && el.endsWith('.html')) {
- const result = currentPath.match(/^\.\/out\/(en|es|de|tr|uk|fr|ru|pl|ko|zh-cn|pt-br|cs-cz)\/?/);
+ const result = currentPath.match(/^\.\/out\/(en|es|de|tr|uk|fr|ru|pl|ko|zh-cn|pt-br|cs-cz|ka)\/?/);
if (result) {
replaceLangTag(currentPath, result[1]);
diff --git a/src/components/CheatsheetDemo.tsx b/src/components/CheatsheetDemo.tsx
index 3e08e4ce..fd648996 100644
--- a/src/components/CheatsheetDemo.tsx
+++ b/src/components/CheatsheetDemo.tsx
@@ -40,7 +40,7 @@ const CheatsheetDemo = ({ data }: Props) => {
const readableContent = (content || initialContent).replace(/\\n/gm, '
');
return (
-