Правки мелочь XYZ
This commit is contained in:
@ -8,7 +8,7 @@ function trt(key)
|
||||
{
|
||||
if(key==null || key===undefined) return '';
|
||||
let val=null;
|
||||
if(g_translations !== undefined){
|
||||
if(typeof g_translations !== 'undefined'){
|
||||
val=g_translations[key];
|
||||
if(val==null || val===undefined)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user