diff --git a/README.md b/README.md index 075bc2ee..a3989975 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,14 @@ the way: - ð°ð· Korean - ð§ð· Brazilian Portuguese - ðšð¿ Czech +- ð¬ðª Georgian +- ð®ð· Persian ### Requested Translations - ðŠðª Arabic [(Issue)](https://github.com/aykutkardas/regexlearn.com/issues/163) -- ð¬ðª Georgian [(Issue)](https://github.com/aykutkardas/regexlearn.com/issues/274) - ð§ð© 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) diff --git a/scripts/html-lang-fixer.js b/scripts/html-lang-fixer.js index 89c17af0..064d3359 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|fa)\/?/); if (result) { replaceLangTag(currentPath, result[1]); diff --git a/src/components/CheatsheetCollapse.tsx b/src/components/CheatsheetCollapse.tsx index 7c209e7d..a4083a0e 100644 --- a/src/components/CheatsheetCollapse.tsx +++ b/src/components/CheatsheetCollapse.tsx @@ -36,7 +36,7 @@ const CheatsheetCollapse = ({ title, data }: CheatsheetCollapseProps) => { aria-controls={`Collapse-${data.title}`} >