Is there a way to replicate the functionality of langAliases for a single output rule?
I’m using Fastlane, which requires some languages to include region codes, e.g. “de-DE” instead of just “de”. I’m able to get around this with langAliases, but it applies to all downloaded files instead
of just the one rule I need to apply it to.
I’m not sure how ${languageCode} would be useful here since what I’m trying to do is go from these languages in Localazy to these supported languages in Fastlane:
en -> en-US
ar-SA -> ar-SA
de -> de-DE
es -> es-ES
fr -> fr-FR
ja -> ja
ko -> ko
ru -> ru
sv -> sv
tr -> tr
zh-Hans -> zh-Hans
zh-Hant -> zh-Hant