Remove language.i18.backend setting; make each templating system use its own i18n backend.
Twig will always use gettext, legacy will use legacy. Twig does not work with legacy so new ui would break if you would not also set this option. Instead, just switch the system in use based on the usenewui config variable.
Showing
- config-templates/config.php 0 additions, 11 deletionsconfig-templates/config.php
- lib/SimpleSAML/Locale/Localization.php 1 addition, 1 deletionlib/SimpleSAML/Locale/Localization.php
- lib/SimpleSAML/XHTML/Template.php 2 additions, 1 deletionlib/SimpleSAML/XHTML/Template.php
- templates/sandbox.twig 0 additions, 11 deletionstemplates/sandbox.twig
- tests/lib/SimpleSAML/Locale/LocalizationTest.php 2 additions, 2 deletionstests/lib/SimpleSAML/Locale/LocalizationTest.php
- tests/modules/core/lib/ControllerTest.php 1 addition, 1 deletiontests/modules/core/lib/ControllerTest.php
- tests/www/TemplateTest.php 1 addition, 1 deletiontests/www/TemplateTest.php
Loading
Please register or sign in to comment