Currently we have some string translations with t() using context and some are not using it.
We should change the existing string translation functions to use context.
One example with correct context is https://git.drupalcode.org/project/piwik_pro/-/blob/1.1.x/src/PiwikProSn....
Note that this could lead to missing translations for previous users because the source string changes. The impact should be minimal because most of the translated texts are only visible in the admin interface.
-
Add context to all string translations to make them easier to translate for the Piwik PRO specific context.
Add context to all string translations.
None.
None.
None.
Active
1.2
Code