I have added the proper language file in the following locations with no success
1) betheme-child -> Languages
2) wp-content-> Languages -> Themes (changed the name to betheme-el.mo and betheme-child-el.mo)
The only location that the laguage file was read is on the main betheme/languages folder which was deleted as soon as the theme was updated.
Am I doing something wrong?
Regards,
Nikos
Comments
so for each language you need to have 2 files with the same name but a
different extension. For example, if you want to translate into German
language, your files would be de_DE.mo and de_DE.po
To edit these files you need to use Poedit [Links visible only for registered users]
an easy to use software application. Simply upload the files into
Poedit, edit them and upload them into the"languages" folder included in
the theme.
thanks