nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.19k stars 5.28k forks source link

Localization migration issues in case of multiple languages #5784

Closed DmitriyKulagin closed 3 years ago

DmitriyKulagin commented 3 years ago

nopCommerce version: 4.40+

Steps to reproduce the problem: The entries in LocalizationMigration update the locale values for all languages. It is necessary to separate the function of adding new locales from updating, so that locales for all languages are added, but updated only for the specified one. Perhaps there are other solutions. image

DmitriyKulagin commented 3 years ago

Closed #5784