From 9b0ae86d81f4e85b7d37cce042d53c7296ec8430 Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Wed, 20 Sep 2023 22:57:34 +0800 Subject: [PATCH] Change crowndin source code --- .github/workflows/build.yml | 2 +- Wox/I18n/{en.json => en_US.json} | 0 crowdin.yml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename Wox/I18n/{en.json => en_US.json} (100%) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d0f37ac37..34600eeb2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: build +name: Build and Test on: push: diff --git a/Wox/I18n/en.json b/Wox/I18n/en_US.json similarity index 100% rename from Wox/I18n/en.json rename to Wox/I18n/en_US.json diff --git a/crowdin.yml b/crowdin.yml index eed075a81..ad406ff15 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,5 +1,5 @@ project_id_env: CROWDIN_PROJECT_ID api_token_env: CROWDIN_PERSONAL_TOKEN files: - - source: '/Wox/I18n/en.json' + - source: '/Wox/I18n/en_US.json' translation: '/%original_path%/%locale_with_underscore%.json' \ No newline at end of file