ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > TranslationTree

TranslationTree type

Contains all translations and configuration for a specific locale

Signature:

export declare type TranslationTree = {
    config: LocaleConfig;
} & {
    [key: string]: string | TranslationContent;
};
  • TranslationTree type
Copyright © 2019 ActiveViam