# Botless Video Translation Files This directory contains translation files for the Botless Video plugin. ## Required Translation Files The plugin uses two text domains: 1. `botless-core` - For plugin-specific strings 2. `botless-core` - For shared core strings used across multiple Botless plugins ## File Naming Conventions For each language, you'll need two sets of files: ### For the botless-core domain: - `botless-core-{locale}.po` - Source translation file - `botless-core-{locale}.mo` - Compiled translation file ### For the botless-core domain: - `botless-core-{locale}.po` - Source translation file - `botless-core-{locale}.mo` - Compiled translation file Where `{locale}` is the language code (e.g., `es_ES` for Spanish, `fr_FR` for French). ## Creating Translation Files 1. Use a tool like Poedit (https://poedit.net/) to create and edit .po files 2. Scan the plugin for translatable strings 3. Translate strings for each domain separately 4. Save the .po file, which will automatically generate the corresponding .mo file ## Example: For Spanish translations: - `botless-core-es_ES.po` and `botless-core-es_ES.mo` - `botless-core-es_ES.po` and `botless-core-es_ES.mo` ## Important Note When extracting translatable strings, make sure to include all files from: - The main plugin folder for `botless-core` domain - The `includes/core` directory for `botless-core` domain