Skip to content
Discussion options

You must be logged in to vote

I've discovered a more elegant solution to the issue, rather than resorting to using hardlinks.

In the YAML Configuration Parameter Descriptions for Transifex integration, I stumbled upon the language_mapping: parameter, which conveniently allows mapping language codes to their local representations.

To implement this, I added the following section to my transifex.yml file:

settings:
  language_mapping:
    ku_IQ: ku-IQ
    pt_BR: pt-BR
    zh_TW: zh-TW

You can view the specific changes I made in the transifex.yml file here.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@squidfunk
Comment options

Answer selected by Andygol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants