mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 10:44:35 -04:00
Clean up TODOs
This commit is contained in:
parent
ade0148d67
commit
277eec508a
@ -22,8 +22,5 @@
|
|||||||
*/
|
*/
|
||||||
function ctrans(string $string, $replace = [], $locale = null) : string
|
function ctrans(string $string, $replace = [], $locale = null) : string
|
||||||
{
|
{
|
||||||
//todo pass through the cached version of the custom strings here else return trans();
|
|
||||||
//note** This may no longer be required as we can simply set Lang::set() at runtime
|
|
||||||
|
|
||||||
return trans($string, $replace, $locale);
|
return trans($string, $replace, $locale);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user