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
- $terms: array - Array of terms to translate with keys: word, Ti2LgID
- $nextOffset: int|null - Next offset if more terms exist, null if last page
PHP version 8.1