Home > @rushstack/localization-plugin > ILocalizedData > resolveMissingTranslatedStrings
ILocalizedData.resolveMissingTranslatedStrings property
Use this paramter to specify a function used to load translations missing from the ILocalizedData.translatedStrings parameter.
Signature:
resolveMissingTranslatedStrings?: (locales: string[], filePath: string) => IResolvedMissingTranslations;