Skip to content

Commit 9181037

Browse files
Fixed #98 Culture Issue for Vietnamese
1 parent 318af39 commit 9181037

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AbpCompanyName.AbpProjectName.EntityFramework/Migrations/SeedData/DefaultLanguagesCreator.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ static DefaultLanguagesCreator()
2424
new ApplicationLanguage(null, "it", "Italiano", "famfamfam-flag-it"),
2525
new ApplicationLanguage(null, "ja", "日本語", "famfamfam-flag-jp"),
2626
new ApplicationLanguage(null, "nl-NL", "Nederlands", "famfamfam-flag-nl"),
27-
new ApplicationLanguage(null, "lt", "Lietuvos", "famfamfam-flag-lt"),
28-
new ApplicationLanguage(null, "vn", "Vietnamese", "famfamfam-flag-vn")
27+
new ApplicationLanguage(null, "lt", "Lietuvos", "famfamfam-flag-lt")
2928
};
3029
}
3130

0 commit comments

Comments
 (0)