From 28177bd846b7fac7a8f8d272d4a007d78405333e Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Tue, 16 May 2023 20:51:43 +0200 Subject: [PATCH 1/3] Update Crowdin configuration file --- 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 00000000..ea9f005e --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,3 @@ +files: + - source: data/en.json + translation: /data/%two_letters_code%.%file_extension% From 6bb74b63211c30cb897a71d83f45a719b82cb233 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Tue, 16 May 2023 21:56:14 +0200 Subject: [PATCH 2/3] Update Crowdin configuration file --- crowdin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crowdin.yml b/crowdin.yml index ea9f005e..b36d9c61 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,5 @@ files: - source: data/en.json translation: /data/%two_letters_code%.%file_extension% + - source: /src/lang/en_US.h + translation: /%original_path%/%locale_with_underscore%.%file_extension% From 2363732a77320dc62d373c03c90dc7841f37f368 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 17 May 2023 01:21:23 +0200 Subject: [PATCH 3/3] Update Crowdin configuration file --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index b36d9c61..660e39bc 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,5 +1,5 @@ files: - source: data/en.json - translation: /data/%two_letters_code%.%file_extension% + translation: /data/%locale_with_underscore%.%file_extension% - source: /src/lang/en_US.h translation: /%original_path%/%locale_with_underscore%.%file_extension%