We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239af2f commit 755ca63Copy full SHA for 755ca63
common/reviews/api/localization-plugin.api.md
@@ -75,7 +75,7 @@ export interface ILocalizationStatsEntrypoint {
75
export interface ILocalizedData {
76
defaultLocale: IDefaultLocaleOptions;
77
passthroughLocale?: IPassthroughLocaleOptions;
78
- pseudoLocales?: IPseudolocalesOptions;
+ pseudolocales?: IPseudolocalesOptions;
79
translatedStrings: ILocalizedStrings;
80
}
81
0 commit comments