Up to date

This page is up to date for Godot 4.2. If you still find outdated information, please open an issue.

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 ( Translation from )


Method Descriptions

void generate ( Translation from )

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