README.txt 544 B

1234567891011
  1. The .pot (template) file contains the translated strings.
  2. Copy them to your existing .po file in
  3. /app/Locale/[language]/LC_MESSAGES/tools.po
  4. For some languages there might be already out of the box translations available.
  5. If not, you can send them to me and I will add them.
  6. Note: There are no .po files in /Plugin/Locale/[language]/ as there is a core issue
  7. with overwriting plugin translations via app. So I didn't add them in the first place
  8. to prevent this.
  9. So please make sure you have your app/Locale/ subfolders all set up accordingly.