Adding Languages
To add a new language to the sidebar, please follow these instructions:
A) Select Language
Go to the plugin’s divi-modules-accessibility-sidebar/extensions/languages folder and select a file to use as a template for the new language.

B) Copy File
In your child-theme folder, create accessibility-sidebar/languages and copy the selected template file to the languages folder. Then, rename the template file to the new language’s language-code.

C) Edit Translations
Open the copied file in a text or code editor and update these properties:
- locale: The language-code of the new language.
- name_english: The English name of the new language.
- name_locale: The local name of the new language.
- is_rtl: Set to true for right-to-left languages, false for left-to-right languages.
Then add local translations for all text and label properties.
