aksoftware98 / multilanguages

AKSoftware.Localization.MultiLanguages is a package for .NET developers allows them to easily build apps target multiple languages with just few lines of code
MIT License
85 stars 15 forks source link

Possibility to get all keys of language #26

Closed naefp closed 3 weeks ago

naefp commented 3 years ago

Is there a possibility, or do you plan to implement one, for getting all the keys of a language?

I am thinking about solutions for displaying all translation entries or for comparing language sets and find missing keys in different languages, or other functions like that.

aksoftware98 commented 2 years ago

That's a very good point. Really sorry for that late response, but just got time and noticed your issue. I will make this functionality available in the mid August version Thanks

naefp commented 2 years ago

Better late than never 👍🏼

In the meanwhile we have written our own comparing / updating tools to partly automate the management of yaml files. But yes, i think it would be a nice feature anyway.

aksoftware98 commented 2 years ago

Thank you so much @naefp

Could you please let me know if you are using this library in a real project? And how do you feel about it?

naefp commented 2 years ago

yes, we are using it in a small blazor webassemply app with 3 languages and so far we are happy with it.

GregFinzer commented 3 weeks ago

Implemented for upcoming version 6: https://github.com/aksoftware98/multilanguages/pull/60