Hi.
Got it working. Somehow poedit didn’t change the line “Language: us_US\n” to “Language: hu_HU\n”. No wonder that my translation didn’t load. Thank you for pointing me in the right direction.
Hi.
Thank you for the reply. My languages folder originally contained
- unique-en_EN.mo
- unique-en_EN.po
I started translating it to Hungarian with poedit, altough the translation is partial I guess it should load anyways. So now I have the following files in my languages folder
- unique-en_EN.mo
- unique-en_EN.po
- unique-hu_HU.mo
- unique-hu_HU.po
But the translation, is not loading because strings I’ve translated, remain unchanged. Each file has chmod 644 on them, so they are readable.
Do I need to change something in the PHP code? Or do I have to rename the files to something else?
Hi Linda.
Somehow the translated file I wrote, is not loading. Can you help me with how to get the translated file to load?
Thanks in advance.