Skip to content

Commit

Permalink
Transifex synchronization source (#38)
Browse files Browse the repository at this point in the history
* Update transifex_merge.yml

* [Transifex] Translate language/en/ui.json in fr (#30)

100% reviewed source file: 'language/en/ui.json'
on 'fr'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>

* [Transifex] Translate language/en/ui.json in fr (#31)

100% reviewed source file: 'language/en/ui.json'
on 'fr'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>

* Update transifex_merge.yml

* [Transifex] Translate language/en/ui.json in fr (#33)

100% reviewed source file: 'language/en/ui.json'
on 'fr'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>

* Update transifex_merge.yml

* [Transifex] Translate language/en/ui.json in fr (#35)

100% reviewed source file: 'language/en/ui.json'
on 'fr'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>

* Update transifex_merge.yml

* Update transifex_merge.yml

* [Transifex] Translate language/en/ui.json in fr (#36)

100% reviewed source file: 'language/en/ui.json'
on 'fr'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>

* Update transifex_merge.yml

* [Transifex] Translate language/en/ui.json in fr (#37)

100% reviewed source file: 'language/en/ui.json'
on 'fr'.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>

* Update transifex_merge.yml

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 46e01fa commit c018dd2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/transifex_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,9 @@ jobs:
echo "2"
git status
for dir in language/*/; do
echo "3"
echo "$dir"
echo "$(basename $dir)"
if [ -d $dir ] && [ "$(basename $dir)" != "en" ]; then
git checkout transifex-synchronization-source -- language/$dir
git add language/$dir
git status
git checkout origin/transifex-synchronization-source -- $dir
git add $dir
fi
done
echo "4"
Expand Down

0 comments on commit c018dd2

Please sign in to comment.