From 759747ac81b0e9976614d3bc3d466b191f4e42d1 Mon Sep 17 00:00:00 2001 From: WatchTheFort <36827423+WatchTheFort@users.noreply.github.com> Date: Sat, 5 Oct 2024 11:59:03 -0400 Subject: [PATCH] Transifex synchronization source (#32) * 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> --- .github/workflows/transifex_merge.yml | 2 ++ language/fr/ui.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/transifex_merge.yml b/.github/workflows/transifex_merge.yml index bc374fc..94a01ab 100644 --- a/.github/workflows/transifex_merge.yml +++ b/.github/workflows/transifex_merge.yml @@ -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 diff --git a/language/fr/ui.json b/language/fr/ui.json index 96cf35e..b0847c7 100644 --- a/language/fr/ui.json +++ b/language/fr/ui.json @@ -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!" } }