Project

General

Profile

Feature #36

Updated by Cyber Collie about 1 month ago

The current translation system cannot handle text with variables. 
 I needs to be extended to allow variables to be used like so: 
 ``` php 
 <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.

Back