implement po_token extractor args

This commit is contained in:
Simon
2025-01-11 16:39:50 +07:00
parent 2474a6a96b
commit 457f6a0b87
9 changed files with 168 additions and 7 deletions

View File

@@ -21,6 +21,7 @@ export type AppSettingsConfigType = {
comment_max: string | null;
comment_sort: string;
cookie_import: boolean;
potoken: boolean;
throttledratelimit: number | null;
extractor_lang: string | null;
integrate_ryd: boolean;