l4rm4nd / VoucherVault

Django web application to store and manage vouchers, coupons, loyalty and gift cards digitally. Supports expiry notifications, transaction histories, file uploads and OIDC SSO.
https://github.com/l4rm4nd/VoucherVault/wiki
GNU General Public License v3.0
162 stars 3 forks source link

[FEATURE] Allow to translate application #32

Closed TheZoker closed 2 months ago

TheZoker commented 2 months ago

Is your feature request related to a problem? Please describe. Would be nice, if I could use the app in my own language. I would also provide translations for German :)

Describe the solution you'd like Add translation to the app

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

l4rm4nd commented 2 months ago

I am native German myself. So translation would be no problem.

However, I would have to research about adding automatic translations into Django. I know there is native support but the implementation is still unknown to me.

Translations are not planned atm. Depending on the complexity, I will consider implementing it.

Thanks!

l4rm4nd commented 2 months ago

You can toggle between English and German in the sidebar now.

image