Jump to content

Search the Community

Showing results for tags 'trans()'.

  • Search By Tags

    • trans() ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. I wrote a sample controller class for my module: <?php namespace MyModule\Controller; use PrestaShopBundle\Translation\Translator; final class CustomModuleController { /** @var Translator */ private Translator $translator; public function __construct(Translator $translator) {...
  2. Hi, according to info from january 2017 we should not use new translation system for modules. I guess this is still actuall. Do we know when we should switch to a new system? http://build.prestashop.com/news/new-translation-system-prestashop-17/ http://developers.prestashop.com/module...
×
×
  • Create New...