Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate 'Upload to Transifex' Script for Xcode 10 #421
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
Please go through the Readme first in ./l10n/README.md. The current script 'push-strings-to-transifex.sh' is trying to locate en.xliff (line 56 onwards), but the new xcode 10 creates a en.xcloc folder and the en.xliff file in ./Client/en.xcloc/Localized Contents/en.xliff. The entire upload and download scripts need to be updated with this change.
Additional Info
To create the localized files run xcodebuild -exportLocalizations -localizationPath -project . The script 'push-strings-to-transifex.sh' does that before failing to locate the file.