fixes lang update
This commit is contained in:
parent
ba8356fc0e
commit
722f49e832
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ router = APIRouter(
|
|||
_MIN_AI_BILLING_ESTIMATE_CHF = 0.01
|
||||
_TRANSLATE_BATCH_SIZE = 80
|
||||
|
||||
_PROTECTED_CODES = frozenset({"xx", "de"})
|
||||
_PROTECTED_CODES = frozenset({"xx"})
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# ISO 639-1 label map (used when creating a language without explicit label)
|
||||
|
|
|
|||
Loading…
Reference in a new issue