mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-27 04:07:05 +00:00
📚 fix: Keep English Source Repository-Owned (#14920)
This commit is contained in:
parent
4289cfb329
commit
b743bc8fff
1 changed files with 3 additions and 0 deletions
3
.github/workflows/locize-i18n-sync.yml
vendored
3
.github/workflows/locize-i18n-sync.yml
vendored
|
|
@ -84,6 +84,9 @@ jobs:
|
|||
--base-dir "$RUNNER_TEMP/locize-locale-baseline" \
|
||||
--current-dir client/src/locales
|
||||
|
||||
- name: Restore Repository English Source
|
||||
run: cp "$RUNNER_TEMP/locize-locale-baseline/en/translation.json" client/src/locales/en/translation.json
|
||||
|
||||
- name: Validate Downloaded Translations
|
||||
run: |
|
||||
node scripts/validate-locize-download.mjs \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue