-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Trying to manage translation
There is a tutorial that I've found about translations in Go: https://www.alexedwards.net/blog/i18n-managing-translations
I was trying to follow this tutorial (within a Fiber app), but things didn't work out very well.
I created a Stack over flow (https://stackoverflow.com/questions/71539948/go-fiber-i18n-gotext-translations-exit-status-2) for the problem I'm bumping into, but I was wondering if the tutorial I'm referring to above, could actually work in combination with Fiber?
The recipes repo for i18n (https://github.com/gofiber/recipes/tree/master/i18n) looks a bit girthy to me, so I was looking for a solution more similar to the tutorial that I found.
Cheers!