-
Hey I have been creating templ layouts for my app and need to set the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
We've used the invopop one in a small project in work with great success. I think the library does it's job so there's not much to maintain tbh. The 2 issues there are are 1 enhancement for machine translation and 1 other which also might turn into an enhancement, so it seems rock steady to me. We took a good look at the nicksnyder library some time back and whilst it was maybe more capable, it was also very much more complicated to get up and running. (but that was some time ago) |
Beta Was this translation helpful? Give feedback.
-
Just wanted to also mention that there more to i18n than just text https://github.com/invopop/gobl/blob/main/cal/date.go for Dates and Times. https://github.com/invopop/gobl/blob/main/i18n/lang.go for Text https://github.com/invopop/gobl/tree/main/currency for Money https://github.com/invopop/gobl/blob/main/l10n/l10n.go for Countries https://github.com/invopop/gobl/tree/main/num for Numbers |
Beta Was this translation helpful? Give feedback.
-
I agree that ML with HIL is needed too. Makes it way faster to work and then fix any mistakes later in a forward engineering way. |
Beta Was this translation helpful? Give feedback.
We've used the invopop one in a small project in work with great success. I think the library does it's job so there's not much to maintain tbh. The 2 issues there are are 1 enhancement for machine translation and 1 other which also might turn into an enhancement, so it seems rock steady to me.
We took a good look at the nicksnyder library some time back and whilst it was maybe more capable, it was also very much more complicated to get up and running. (but that was some time ago)