Closed andreykrivoshapov closed 3 years ago
Hi @andreykrivoshapov ,
Thank you too for opening this issue, I will try to reproduce and fix it, it may take some time due to year end and being busy with formal business.
Meanwhile, any contributions to solve it earlier are welcome :)
Not sure that I prepared Pull Request right :). But it is here: https://github.com/LazZiya/XLocalizer/pull/12
Thank you @andreykrivoshapov, I will review the PR asap 👍🏼
Thanks for the great job.
Just found small issue: the ResourcesPath folder is not found when app is hosted in linux docker container. It creates new files with name like ".\LocalizationResources\LocSource.ru.xml" every time and ignore files that exists in "LocalizationResources" folder.
The problem is on this line: https://github.com/LazZiya/XLocalizer/blob/master/XLocalizer/Xml/XmlResourceProvider.cs#L41
It works only on windows now.