Language Translation. Translations are resources that can be loaded and unloaded on demand. They map a string to another string. https://docs.godotengine.org/en/latest/tutorials/i18n/internationalizing_games.html https://docs.godotengine.org/en/latest/tutorials/i18n/locales.html Adds a message if nonexistent, followed by its translation. An additional context could be used to specify the translation context or differentiate polysemic words. Adds a message involving plural translation if nonexistent, followed by its translation. An additional context could be used to specify the translation context or differentiate polysemic words. Erases a message. Returns a message's translation. Returns the number of existing messages. Returns all the messages (keys). Returns a message's translation involving plurals. The number [code]n[/code] is the number or quantity of the plural object. It will be used to guide the translation system to fetch the correct plural form for the selected language. The locale of the translation.