Diego Ponce de León
Diego Ponce de León
If you confirm that this won´t happen on linux enviroments it would be enough for me as the production machine will be Ubuntu. I´m not sure if someone is deploying...
Hi @enisn Thanks for the effort. It looks good so far. I will do a couple of tests myself as soon as I can in order to complete the merge.
There´s no way to do this at the moment. I had some ideas in the past for a similar thing but I gave up, given the complexity of it. What´s...
Ok, that´s the exact use case I thought about time ago. It would be very handy right? The question though is how many users of this library would benefit from...
Seams to me that it would need a deeper refactoring. For instance, loading locales or initializing the library would be async now. That´s a breaking change.
Hi @jemunk I´m reworking the whole library, simplifying code and improving scalability, but keeping it as simple as possible. Regarding custom/updated locale files, as you suggested I think the best...
Actually, the implementation I´m doing at the moment will allow you to refresh loaded translations in real time. You will be able to trigger it as soon as you make...
I´m basically decoupling the loader from the rest of the code. I will provide a default one, but a developer could make his own. Btw, what format will you be...
In that case it would make sense to save json files to FileSystem and use something like https://github.com/xleon/I18N-Portable/blob/master/I18NPortable.JsonReader/JsonKvpReader.cs on your `ILocaleLoader`
Sorry for the delay as I didn't pay attention to the library since a while ago. What you mention seems like a nice feature to be added. I'll see what...