Home > @tridion-sites/extensions > TranslationExtensionsBuilder
Signature:
export declare class TranslationExtensionsBuilder
| Property | Modifiers | Type | Description |
|---|---|---|---|
| addTranslation | (code: LanguageCode, records: Record<string, any>) => this | Adds new translations for the specified language code. | |
| build | () => TranslationExtensions |