fix: update supported languages and improve PDF editor functionality with multi file support

This commit is contained in:
alam00000
2026-01-31 15:24:08 +05:30
parent e4a477567b
commit 5c1b00e9d1
5 changed files with 232 additions and 129 deletions

View File

@@ -25,6 +25,7 @@ const SUPPORTED_LANGUAGES = [
'tr',
'fr',
'pt',
'nl',
] as const;
const LANG_REGEX = new RegExp(
`^/(${SUPPORTED_LANGUAGES.join('|')})(?:/(.*))?$`