Actions
Feature #36
openExtend translation capabilities
Start date:
Due date:
% Done:
0%
Estimated time:
Description
The current translation system cannot handle text with variables.
I needs to be extended to allow variables to be used like so:
<tra var1="<?= "value"?>">Some text {var1} some text</tra>
Also missing translations currently just show up in the deployment output.
There should be some text like "Missing translations:" before the array to provide clarity.
Actions