From 6474abf96223930e0fc99f091c03fc5a24b213c9 Mon Sep 17 00:00:00 2001 From: Gabriel Padilla <65878291+ggvbo@users.noreply.github.com> Date: Sat, 9 Dec 2023 14:25:54 -0300 Subject: [PATCH 1/8] =?UTF-8?q?=F0=9F=8C=90=20add=20crowdin.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crowdin.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000..bf7adf0 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,3 @@ +files: + - source: /lang/en/*.json + translation: /lang/%two_letters_code%/*.json From 836adf9d4579d04eee890019f4cffa4a58edc7a2 Mon Sep 17 00:00:00 2001 From: ggvbo Date: Sat, 9 Dec 2023 17:26:12 +0000 Subject: [PATCH 2/8] =?UTF-8?q?=F0=9F=93=A6=20auto:=20generate=20version.j?= =?UTF-8?q?son?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index 08b5464..e9075cd 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "generated": "2023-12-09T17:15:50.555Z", + "generated": "2023-12-09T17:26:11.288Z", "branch": "main", "version": "1.0.3", - "commit": "cde2378" + "commit": "6474abf" } \ No newline at end of file From 433950ece51e36f8b42d9e31814db02b1adf5c80 Mon Sep 17 00:00:00 2001 From: Gabriel Padilla <65878291+ggvbo@users.noreply.github.com> Date: Sat, 9 Dec 2023 14:30:15 -0300 Subject: [PATCH 3/8] =?UTF-8?q?=F0=9F=8C=90=20fix=20wrong=20export=20patte?= =?UTF-8?q?rn=20crowdin.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index bf7adf0..9eef645 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,3 @@ files: - source: /lang/en/*.json - translation: /lang/%two_letters_code%/*.json + translation: /lang/%two_letters_code%/%original_file_name%.json From 03bc89b4cec379ab3f8b0b8485cb756a24341c85 Mon Sep 17 00:00:00 2001 From: ggvbo Date: Sat, 9 Dec 2023 17:30:29 +0000 Subject: [PATCH 4/8] =?UTF-8?q?=F0=9F=93=A6=20auto:=20generate=20version.j?= =?UTF-8?q?son?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index e9075cd..94c464a 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "generated": "2023-12-09T17:26:11.288Z", + "generated": "2023-12-09T17:30:29.328Z", "branch": "main", "version": "1.0.3", - "commit": "6474abf" + "commit": "433950e" } \ No newline at end of file From 50e6611aa2c039f3bfd49171dc5c19002b4668e2 Mon Sep 17 00:00:00 2001 From: Gabriel Padilla <65878291+ggvbo@users.noreply.github.com> Date: Sat, 9 Dec 2023 14:42:21 -0300 Subject: [PATCH 5/8] =?UTF-8?q?=F0=9F=8C=90=20remove=20trailing=20.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index 9eef645..59811b2 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,3 @@ files: - source: /lang/en/*.json - translation: /lang/%two_letters_code%/%original_file_name%.json + translation: /lang/%two_letters_code%/%original_file_name% From 53218779db85bdd5853317a9bcd797f229db8452 Mon Sep 17 00:00:00 2001 From: ggvbo Date: Sat, 9 Dec 2023 17:42:38 +0000 Subject: [PATCH 6/8] =?UTF-8?q?=F0=9F=93=A6=20auto:=20generate=20version.j?= =?UTF-8?q?son?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index 94c464a..1ab9b60 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "generated": "2023-12-09T17:30:29.328Z", + "generated": "2023-12-09T17:42:37.672Z", "branch": "main", "version": "1.0.3", - "commit": "433950e" + "commit": "50e6611" } \ No newline at end of file From 0c7e63ecbef1e4a8b34a5effbb8845d98ea8ef4a Mon Sep 17 00:00:00 2001 From: Gabriel Padilla <65878291+ggvbo@users.noreply.github.com> Date: Sat, 9 Dec 2023 14:44:07 -0300 Subject: [PATCH 7/8] prevent workflow running on non-code commits --- .github/workflows/generateversiondata.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/generateversiondata.yml b/.github/workflows/generateversiondata.yml index 2f3ee8e..201161e 100644 --- a/.github/workflows/generateversiondata.yml +++ b/.github/workflows/generateversiondata.yml @@ -5,6 +5,9 @@ on: pull_request: push: paths-ignore: + - 'lang/*' + - '.github/*' + - 'crowdin.yml' - 'version.json' jobs: From 98b7e48484c03fe584a7369a38a0bc3691f108b6 Mon Sep 17 00:00:00 2001 From: ggvbo Date: Sat, 9 Dec 2023 17:44:21 +0000 Subject: [PATCH 8/8] =?UTF-8?q?=F0=9F=93=A6=20auto:=20generate=20version.j?= =?UTF-8?q?son?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index 1ab9b60..9690a9b 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "generated": "2023-12-09T17:42:37.672Z", + "generated": "2023-12-09T17:44:21.096Z", "branch": "main", "version": "1.0.3", - "commit": "50e6611" + "commit": "0c7e63e" } \ No newline at end of file