Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
OptimizedTranslation
继承: Translation < Resource < RefCounted < Object
经过优化的翻译,由 CSV 翻译默认使用。
描述
经过优化的翻译,由 CSV 翻译默认使用。使用实时压缩翻译,从而生成非常小的词典。
方法
void |
generate(from: Translation) |
方法说明
void generate(from: Translation) 🔗
根据给定的 Translation 资源生成并设置优化翻译。
注意:该方法适于在编辑器中使用。在导出后的项目中调用无效。