Closed stherold closed 2 years ago
Hey, @stherold, sorry for a late response. Does the problem still persist or it was resolved through our support?
Hey there 👋
Since this is a while ago, Idk how it was fixed but it works right now 😅
Let's close the issue :)
I use the following command to upload our iOS string files to lokalize:
Since Xcode sets it up this way we have the files in language folders with a language ID
en-BZ
. But on lokalise the ISO lang ID isen_BZ
which we address by specifying the parameter--lang-iso "en_BZ" \
.Since today the upload generates a new file whith the exact file name instead of merging the upload in the "wild-card file"
./resources/%LANG_ISO%.lproj/Strings.strings
which is already setup since years.When I do a file list with the command line tool I get both files but actually I only want the one with %LANG_ISO%:
I have no clue how to fix this. It looks like lokalise used the exact file name and does not recognize that there is already this "wild-card file" existing...
Help