Kevin

Results 1 issues of Kevin

In the **DefaultLanguagesCreator.cs** file (module-zero-core-template/aspnet-core/src/AbpCompanyName.AbpProjectName.EntityFrameworkCore/EntityFrameworkCore/DefaultLanguagesCreator.cs) there is the line: new ApplicationLanguage(null, "de", "German", "famfamfam-flags de"), but there is no corresponding language file in the **module-zero-core-template/aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles/** folder i.e. **AbpProjectName-de.xml** is missing.

enhancement
pull request candidate
module-zero-core-template