Updates the translations for the given language. For example:
updateLanguageTranslation("en-US", { key1: value1, key2: value2}) Copy
updateLanguageTranslation("en-US", { key1: value1, key2: value2})
The target language.
The new translation mapping.
Updates the translations for the given language. For example: