Skip to content

Commit

Permalink
Transifex synchronization source (#32)
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

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 2cacec0 commit 759747a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/transifex_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: |
git fetch --unshallow origin transifex-synchronization-source
for dir in language/*/; do
echo "$dir"
echo "$(basename $dir)"
if [ -d $dir ] && [ "$(basename $dir)" != "en" ]; then
git checkout transifex-synchronization-source -- language/$dir
git add language/$dir
Expand Down
2 changes: 1 addition & 1 deletion language/fr/ui.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"interface": {
"welcome": "Bienvenue a test du Transifex!",
"goodbye2": "Au revoir, Commandantes",
"goodbye2": "Au revoir, Commandante!",
"error": "Mon dieu! C'est une catastrophe!"
}
}

0 comments on commit 759747a

Please sign in to comment.