TimGeyssens / UIOMatic

Auto generate an integrated crud UI in Umbraco for a db table based on a petapoco poco (and more)
https://timgeyssens.gitbook.io/ui-o-matic/
Other
67 stars 54 forks source link

add possiblity to localize some thing via the /lang configs #179

Closed TomSchimmel closed 3 years ago

TomSchimmel commented 3 years ago

@TimGeyssens I've created the possiblity to localize some things via the /lang config /xml files. I utilized the localizationService which is part of Umbraco's backoffice UI. Now it's possible to localize some of the notification toaster messages and some labels.

TomSchimmel commented 3 years ago

@TimGeyssens, I've resolved the merge conflict at the start of this PR. Hopefully you'll be able to check these changes. Cheers, Tom

TimGeyssens commented 3 years ago

looks good, thanks @fungybytes