cashier-mollie icon indicating copy to clipboard operation
cashier-mollie copied to clipboard

Localize subscription descriptions and coupon descriptions

Open rbresjer opened this issue 4 years ago • 6 comments

The descriptions of the subscriptions and the descriptions of the coupons are now hardcoded in the config. As we are creating a multi-language application it would be nice to localize these descriptions as well.

rbresjer avatar Oct 03 '19 14:10 rbresjer

Nice idea. Feel free to submit a PR :)

sandervanhooft avatar Oct 03 '19 14:10 sandervanhooft

At first glance I'd say this would be possible in the blade template, what do you think?

sandervanhooft avatar Oct 09 '19 08:10 sandervanhooft

But does that also change the name of the subscription shown on the Mollie pages, and in the bank transfer?

rbresjer avatar Oct 09 '19 08:10 rbresjer

You're right, it doesn't.

sandervanhooft avatar Oct 09 '19 08:10 sandervanhooft

I would like to add a /resources/lang/en/cashier.php file with that users can localize the order description for directdebit that is now "Order 1234" hardcoded.

Developers can add own lang files to override this with default laravel translation.

tobischulz avatar Jun 12 '20 09:06 tobischulz

First steps are taken in #237

lexdewilligen avatar Aug 26 '20 10:08 lexdewilligen