Hi Benno,
thank you for your answer.
I tried a new install of
mod_phoca_emailnewsletter and I installed your German languagepack. Now I get the backend translated fully into German, that's now okay.
But I don't get the button "Subscribe" in the newsletter module in German language.
I looked into the filesystem:
Code: Select all
modules/mod_phocaemail_newsletter
├── index.html
├── language
│ ├── en-GB
│ │ ├── en-GB.mod_phocaemail_newsletter.ini
│ │ ├── en-GB.mod_phocaemail_newsletter.sys.ini
│ │ └── index.html
│ └── index.html
├── mod_phocaemail_newsletter.php
├── mod_phocaemail_newsletter.xml
└── tmpl
├── default.php
└── index.html
And the language folder:
Code: Select all
language/de-DE
# dir de-DE.mod_phocaemail*
-rwxrwxr-x 1 wwwrun www 2769 12. Apr 11:24 de-DE.mod_phocaemail_newsletter.ini
-rwxrwxr-x 1 wwwrun www 1391 12. Apr 11:20 de-DE.mod_phocaemail_newsletter.sys.ini
I think, this line in
de-DE.mod_phocaemail_newsletter.ini should provide the Button Text:
Code: Select all
MOD_PHOCAEMAIL_NEWSLETTER_SUBSCRIBE="Newsletter abonnieren"
But it does not.
What can there be wrong?