This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
Replies: 1 comment
-
Your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have this strange problem:
in the
locales
path i have three language file:In the app.go I have:
But always the app start with the "de" language. I tryied to change "es" with "en" but it return always "de". Seams that it set the default language getting the first file in alpabetic order.
What I missing?
Beta Was this translation helpful? Give feedback.
All reactions