turnstile

Drupal paywall plugin
Log | Files | Refs | README | LICENSE

commit b8c5548e0fc334cf5edc33e46a36acda9ecc9e7d
parent d1885a3e81fd5946805ca3c1e904473094e53ae9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 20 May 2026 22:14:21 +0200

enable i18n

Diffstat:
Msrc/Entity/TurnstilePriceCategory.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Entity/TurnstilePriceCategory.php b/src/Entity/TurnstilePriceCategory.php @@ -274,7 +274,7 @@ class TurnstilePriceCategory extends ConfigEntityBase { $choices[] = [ 'amount' => $currencyCode . ':' . $price, 'description' => 'Pay in ' . $currencyCode . ' with subscription', - // 'description_i18n' => $description_i18n, + 'description_i18n' => $description_i18n, 'inputs' => $inputs, ]; $subscription_price = $this->getSubscriptionPrice ($tokenFamilySlug, $currencyCode);