How does Weblate choose the language name (folder)? #15096
Unanswered
juliancoffee
asked this question in
Q&A
Replies: 2 comments 4 replies
-
What file format do you use? Was the translation file present before, or only the folder with the metadata which is not processed by Weblate? |
Beta Was this translation helpful? Give feedback.
1 reply
-
The variants with hyphen have existed first. The variants with underscore have appeared later. Language code is set to "Default, based on the file format". Veloren is using Fluent. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure how to ask this question, but the problem we're facing is the following.
We have language variants in our projects, like Spanish (Latin America), which we specify as es-419.
But it seems that Weblate first discovered this language, but then, when adding a new component, it has created the folder es_419.
Which results in us having two folders per language, while only one of them is valid and recognised by our application (we require
_manifest.ron
file for language-specific metadata).The resulting tree looks like that.
What would be the steps to fixing it and making sure it doesn't happen again?
Beta Was this translation helpful? Give feedback.
All reactions