I am wondering what determines the language of e-mails sent to new users upon registering, approval, activation etc. configured in admin/config/people/accounts.
After installing a site in English (admin language), I have enabled the Locale module, added German and set it as the site's default language. I have then imported German translations (for the built in interface text group) and the e-mail translations appear fine in the translate interface.
I created a linkfield in a node. In this link is a path with a token. Everything works fine when I use this field untranslated. But when I use the german translation this token will not work correctly.
Hi there, I´m planning a site and I really don´t know what can be the right approach. The basics of my project are:
2 countries, 2 provinces in each country
Users register choosing country and province (where they live) and then create a business referenced to both country and province.
Once the business is created, users can send messages to any business (or search for a business) in other provinces of any of both countries.
Until here I know the options, I can solve it using OG, entity references, etc.
I'm translating interface but I have problem I'm always using t() variable (module, theme, menu...) but some same string doesn't return, I figured out that is because string context (take look at image), so I have 4 different languages and I have same string (same case) on many places so I don't want to duplicate translations strings. What I'm doing wrong, how to solve this problem.