bulk_translate_form.php
Bulk Translate Form View - Form for bulk translating unknown words
Variables expected:
- $tid: int - Text ID
- $sl: string|null - Source language code
- $tl: string|null - Target language code
- $pos: int - Current offset position
- $dictionaries: array - Dictionary URIs with keys: dict1, dict2, translate
- $limit: int - Page size the client should request
The term rows themselves are fetched by the bulkTranslateApp component from GET /api/v1/terms/unknown-for-translate.
PHP version 8.1