Правки мелочь XYZ

This commit is contained in:
2024-06-30 08:57:36 +05:00
parent 0b5903938c
commit d9e5677a8c
4 changed files with 8 additions and 8 deletions

View File

@ -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)
{