mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
Exclude untranslated languages from builds (#4148)
* Add script to remove untranslated language JSON files * Remove untranslated languages in CI * Add release notes
This commit is contained in:
committed by
GitHub
parent
61d41cc28a
commit
5d91d29d77
4
.github/actions/setup/action.yml
vendored
4
.github/actions/setup/action.yml
vendored
@@ -38,3 +38,7 @@ runs:
|
||||
repository: actualbudget/translations
|
||||
path: ${{ inputs.working-directory }}/packages/desktop-client/locale
|
||||
if: ${{ inputs.download-translations == 'true' }}
|
||||
- name: Remove untranslated languages
|
||||
run: packages/desktop-client/bin/remove-untranslated-languages
|
||||
shell: bash
|
||||
if: ${{ inputs.download-translations == 'true' }}
|
||||
|
||||
Reference in New Issue
Block a user