Closed Hector-Chong closed 3 months ago
For example, if the user has not defined editableTable.onlyAddOneLine in the context:
editableTable.onlyAddOneLine
// Intl passed to ProConfigProvider export default { editableTable: {}, };
The translation will fall back to default message. However, editableTable.onlyAddOneLine is actually defined in the provider's default language set. This fix ensures that the translation is found in the default set.
⚡️ Deploying PR Preview...
For example, if the user has not defined
editableTable.onlyAddOneLine
in the context:The translation will fall back to default message. However,
editableTable.onlyAddOneLine
is actually defined in the provider's default language set. This fix ensures that the translation is found in the default set.