Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 580 Bytes

react-teams.ttranslations.md

File metadata and controls

18 lines (12 loc) · 580 Bytes

Home > @fluentui/react-teams > TTranslations

TTranslations type

A collection of strings for a certain locale. This library fetches translations by a stringKey, which is common between all translations.

Signature:

export declare type TTranslations = {
    locale: TLocale;
    [stringKey: string]: string;
};

References: TLocale