Learn how to translate Aikeedo into multiple languages and manage language settings for your users.
/locale
directory
/public/content/plugins/heyaikeedo/default/locale
directory
This is the default location for the landing page translations. The full path structure follows this pattern:
/{webroot}/content/plugins/{organization}/{theme}/locale
Where:
{webroot}
is typically public
, but may be public_html
in some installations (e.g., cPanel){organization}
is usually heyaikeedo
, but can be customized to your organization name if you’re using a custom theme{theme}
is default
for the standard theme, but could be different if you’re using a custom theme.po
file for your target language.msgid
entries, which contain the original English text.msgstr
fields.msgid
values unchanged. Only modify the msgstr
entries..po
file:
/locale/locale.json
file."enabled"
field to true
or false
."default"
field at the top of the file:
locales
array. For example, if you want to set Spanish as the default, first ensure es-ES
is enabled, then update the default value to "es-ES"
..po
files are properly formatted.locale.json
file is correctly configured.