1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

i18n: add portugese to export workflow

This commit is contained in:
bbedward
2025-10-16 11:51:52 -04:00
parent 696fa6e4f8
commit 9fab49984a

View File

@@ -28,6 +28,11 @@ jobs:
repo_file: "translations/poexports/zh_CN.json"
webhook_secret: "POEDITOR_WEBHOOK_ZH_HANS"
- name: pt
po_lang: "pt-br"
repo_file: "translations/poexports/pt.json"
webhook_secret: "POEDITOR_WEBHOOK_PT"
steps:
- uses: actions/checkout@v4