fix: update supported languages and improve PDF editor functionality with multi file support
This commit is contained in:
@@ -25,6 +25,7 @@ const SUPPORTED_LANGUAGES = [
|
||||
'tr',
|
||||
'fr',
|
||||
'pt',
|
||||
'nl',
|
||||
] as const;
|
||||
const LANG_REGEX = new RegExp(
|
||||
`^/(${SUPPORTED_LANGUAGES.join('|')})(?:/(.*))?$`
|
||||
|
||||
Reference in New Issue
Block a user