dragonbones-runtime
Version:
the tools to build dragonbones file for diffrent framework
13 lines (10 loc) • 709 B
text/typescript
namespace egret {
$locale_strings = $locale_strings || {};
$locale_strings["en_US"] = $locale_strings["en_US"] || {};
let locale_strings = $locale_strings["en_US"];
//RES 3200-3299
locale_strings[3200] = "RES.createGroup() passed in non-existed key value in configuration: {0}";
locale_strings[3201] = "RES loaded non-existed or empty resource group:\"{0}\"";
locale_strings[3202] = "Do not use the different types of ways to load the same material!";
locale_strings[3203] = "Can't find the analyzer of the specified file type:{0}。 Please register the specified analyzer in the initialization of the project first,then start the resource loading process。";
}