commit fd188b2e17621945cad1116276187b10bad64b35
parent f76f4029161563a66c2cce265b9c9dac9730b20d
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 2 Nov 2025 14:11:22 +0100
improve logic to build description_i18n array
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/includes/class-taler-merchant-api.php b/includes/class-taler-merchant-api.php
@@ -557,6 +557,9 @@ class Taler_Merchant_API {
* Detects available multilingual plugins and generates translations accordingly.
* Supports: WPML, Polylang, TranslatePress, qTranslate-XT
*
+ * NOTE: This was not yet tested properly with the respective
+ * translation engines. Reports on issues particularly welcome.
+ *
* @param string $string The translatable string
* @return array Map of language codes to translated strings
*/