@flexem/fc-gui 3.0.0-alpha.125 → 3.0.0-alpha.126
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -39434,8 +39434,7 @@ class text_state_element_TextStateElement {
|
|
|
39434
39434
|
targetLanguage = currentLanguage;
|
|
39435
39435
|
}
|
|
39436
39436
|
else {
|
|
39437
|
-
|
|
39438
|
-
return '';
|
|
39437
|
+
targetLanguage = defaultLanguage;
|
|
39439
39438
|
}
|
|
39440
39439
|
}
|
|
39441
39440
|
// 返回对应语种的文本,如果没有则返回空字符串
|