Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/phpmyadmin/vendor/phpmyadmin/twig-i18n-extension/ |
Upload File : |
# Change Log ## [Unreleased] - ## [4.0.1] - 2021-06-10 * Fix TransNode constructor optional parameters ## [4.0.0] - 2021-02-25 * Add support for domain translation (#4) * TransNode constructor signature changed, new $domain parameter `?Node $notes, ?Node $domain = null, int $lineno` (#4) * TransNode constructor signature changed, new $context parameter `?AbstractExpression $count, ?Node $context = null, ?Node $notes` (#6) * Add support for contexts in translations (#6) * Add support for enabling `phpmyadmin/motranslator` or complex non php-gettext supported functions (#6) * Add support for custom notes labels (#6) * Make debug info disabled by default, `TransNode::$enableAddDebugInfo = true;` will add it back * Some slight performance improvements * Added tests for all the code ## [3.0.0] - 2020-06-14 * Add a .gitattributes file * Support Twig 3 * Remove extra field from composer.json * Add support field in composer.json * Require php >= 7.1 * Setup and apply phpmyadmin/coding-standard * Apply changes for php 8.0 compatibility (https://github.com/twigphp/Twig/issues/3327) ## [2.0.0] - 2020-01-14 * First release of this library.