Server that manages all translations. Server that manages all translations. Translations can be set to it and removed from it. https://docs.godotengine.org/en/stable/tutorials/i18n/internationalizing_games.html https://docs.godotengine.org/en/stable/tutorials/i18n/locales.html Adds a [Translation] resource. Clears the server from all translations. Returns the current locale of the game. Returns a locale's language and its variant (e.g. "en_US" would return "English (United States)"). Removes the given translation from the server. Sets the locale of the game. Returns the current locale's translation for the given message (key).