starter_vocab.php
Starter Vocabulary Import View
Offers to import common words from the FrequencyWords project after language creation, with optional enrichment from Wiktionary.
Expected variables:
- $langName: string - Language display name
- $langId: int - Language ID
- $isAvailable: bool - Whether frequency data exists for this language
- $skipUrl: string - URL to skip and go to text creation
- $importUrl: string - AJAX endpoint for importing words
- $enrichUrl: string - AJAX endpoint for enrichment
- $csrfToken: string - CSRF token for POST requests (field: _csrf_token)
PHP version 8.1