Revert "Merge remote-tracking branch 'tyiu/translations'"

This reverts commit 6872382bb7, reversing
changes made to 42ea150d45.
This commit is contained in:
William Casarin
2023-03-13 12:45:36 -06:00
parent 487419d098
commit 318b254b5d
4 changed files with 24 additions and 338 deletions

View File

@@ -1,27 +0,0 @@
name: Export Source Translations
on:
push:
branches:
- master
jobs:
export-source-translations:
name: Update translations branch
runs-on: macos-12
strategy:
matrix:
include:
- xcode: "14.2"
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run export script
run: |
sh devtools/export-source-translation.sh
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Translations 🤖
branch: translations
create_branch: true
push_options: '--force'