Live Streaming

Translation

Live Streaming Plugin is fully translatable and supports both LTR and RTL languages. While no pre-translated files are provided, you can easily translate the plugin into any language using the steps below.

🔧 How to Translate the Plugin

1. Install Poedit

Download and install Poedit from www.poedit.net. This tool allows you to create and edit translation files.

2. Locate the Language Template File

Find the qreate.pot file located at:
wp-content/plugins/[plugin-folder]/languages/

3. Create a New Translation File

  • Open the .pot file using Poedit.
  • Choose your target language (e.g., Spanish, French, Arabic).
  • Poedit will generate a .po file and automatically compile a .mo file required by WordPress.

4. Translate Strings

Use Poedit to translate each string in your selected language. Save the file with the proper naming convention, for example:
live-streaming-plugin-es_ES.po and live-streaming-plugin-es_ES.mo for Spanish (Spain).

5. Upload Files

Upload your new .po and .mo files back to the languages folder in the plugin directory.

6. Set WordPress Language

Go to your WordPress dashboard:
Settings → General → Site Language
Select your desired language. WordPress will automatically detect and use your translation files if named and placed correctly.


✅ Notes:

  • Translation files must match WordPress language code standards.
  • For RTL languages (like Arabic or Hebrew), the plugin’s layout will adjust automatically if translations are active.
  • After updating the plugin, recheck translation files as new strings may be added.