Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion translations/handleAppstoreTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gpg --allow-secret-key-import --import /gpg/nextcloud-bot.asc
gpg --list-keys

# fetch git repo
git clone [email protected]:nextcloud/appstore /app
git clone [email protected]:nextcloud/appstore /app --depth 1

# install django
pip3 install Django==1.9.8
Expand Down
2 changes: 1 addition & 1 deletion translations/handleiOSNotesTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gpg --allow-secret-key-import --import /gpg/nextcloud-bot.asc
gpg --list-keys

# fetch git repo
git clone [email protected]:nextcloud/notes-ios /app
git clone [email protected]:nextcloud/notes-ios /app --depth 1

# remove all translations (they are added afterwards anyways but allows to remove languages via transifex)
rm -r Source/*.lproj/Localizable.strings
Expand Down
2 changes: 1 addition & 1 deletion translations/handleiOSTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gpg --allow-secret-key-import --import /gpg/nextcloud-bot.asc
gpg --list-keys

# fetch git repo
git clone [email protected]:nextcloud/ios /app
git clone [email protected]:nextcloud/ios /app --depth 1
# Translation moved to master (default branch)
# git checkout -b develop origin/develop
cd iOSClient
Expand Down