mirror of https://github.com/abpframework/abp.git
committed by
GitHub
7 changed files with 48 additions and 12 deletions
@ -0,0 +1,17 @@ |
|||
export const APPLICATION_LOCALIZATION_DATA = { |
|||
resources: { |
|||
Default: { texts: {}, baseResources: [] }, |
|||
MyProjectName: { |
|||
texts: { |
|||
"'{0}' and '{1}' do not match.": "'{0}' and '{1}' do not match.", |
|||
}, |
|||
baseResources: [], |
|||
}, |
|||
AbpIdentity: { |
|||
texts: { |
|||
Identity: 'identity', |
|||
}, |
|||
baseResources: [], |
|||
}, |
|||
}, |
|||
}; |
|||
Loading…
Reference in new issue