You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered several issues when trying to download strings.
When starting completely clean without any strings.xml file, executing phraseappDownload will fail complaining about a missing strings.xml file. I didn't expect that I need a default file to be able to execute the download task.
When I create the needed strings.xml file, leave it empty and execute phraseappDownload it will create the remaining strings.xmlfiles per language but leaves everything empty.
When I add a string to all of my strings.xml files, the download task will correctly update the values, but it does not add new strings from phrase.
I expected that the download task will automatically add and update strings from phrase.
The text was updated successfully, but these errors were encountered:
Hello @jakobulbrich sorry for the delay, I will take the lead from today on this project.
What is the behavior you expected ? We download resources from phrase, and after that we tried to write them on your files. If you don't have a strings.xml, how can we write on it ?
The task leave them empty if there is no traduction found for these languages on phrase. Your app will use default instead. What is your behavior you expected ?
If you want to add new strings on phrase, you should use phraseappUpload
I encountered several issues when trying to download strings.
phraseappDownload
will fail complaining about a missingstrings.xml
file. I didn't expect that I need a default file to be able to execute the download task.strings.xml
file, leave it empty and executephraseappDownload
it will create the remainingstrings.xml
files per language but leaves everything empty.strings.xml
files, the download task will correctly update the values, but it does not add new strings from phrase.I expected that the download task will automatically add and update strings from phrase.
The text was updated successfully, but these errors were encountered: