update-locales workflow: also add new locales

This commit is contained in:
FC (Fay) Stegerman
2023-10-23 04:58:31 +02:00
parent e89b612c93
commit 10bab6349a
2 changed files with 123 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- app/src/main/res/values-*/strings.xml
- app/src/main/res/values/settings.xml
permissions:
actions: none
@@ -25,6 +26,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Add new locales
run: .scripts/new-locales.py
- name: Update locales
run: .scripts/locales.py
- name: Create Pull Request