Outdated documentation

This documentation page refers to Godot 4.3, and may be outdated or incorrect.
Additionally, this engine version is no longer supported.

Check this page in the stable branch for the latest additions and corrections.

OptimizedTranslation

Inherits: Translation < Resource < RefCounted < Object

An optimized translation, used by default for CSV Translations.

Description

An optimized translation, used by default for CSV Translations. Uses real-time compressed translations, which results in very small dictionaries.

Methods

void

generate(from: Translation)


Method Descriptions

void generate(from: Translation) 🔗

Generates and sets an optimized translation from the given Translation resource.


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.