addTranslations
Saves the provided translations to memory.
Presentation
function addTranslations (
language: LmnLanguage ,
translations: LmnTranslations ,
): void;
Returns
void
Parameters
Name | Type | Description |
---|---|---|
language |
| @param language The language of the translations, expressed as its ISO code (i.e. "en"). |
translations |
| @param translations The translations, organized by module. |