Merge branch 'main' into main

This commit is contained in:
Alam
2026-01-26 15:28:56 +05:30
committed by GitHub
424 changed files with 158964 additions and 28459 deletions

View File

@@ -48,6 +48,7 @@ export const getLanguageFromUrl = (): SupportedLanguage => {
const langMatch = path.match(
/^\/(en|fr|es|de|zh|zh-TW|vi|tr|id|it|pt|nl)(?:\/|$)/
/^\/(en|fr|es|de|zh|zh-TW|vi|tr|id|it|pt)(?:\/|$)/
);
if (
langMatch &&