Hi @kadmael,
If you have opted for the display of buttons in your primary navigation instead of menus, the “User Logged Out” menu is not displayed anymore. Instead, buttons are dynamically added to your navigation by Grimlock Login.
To translate these strings, I suggest that you edit the translation files for Grimlock Login and the following plugins:
– Grimlock
– Grimlock for BuddyPress
– Grimlock for bbPress
They each contain a POT file that can be translated under the languages directory. For instance, Grimlock contains: wp-content/plugins/grimlock/languages/grimlock.pot
Usually, we recommend to rename both translated files grimlock-your-language-code.mo
and grimlock-your-language-code.po
. Then, please replace from the file name by the language code of your choice, for instance fr_FR for french.
Finally, the best practice is to move the files in the plugins languages directory of your whole website: wp-content/languages/plugins
directory. There, you will find the translation for other plugins.
This will also ensure that the files will not be lost during any future update.
Best regards,