Migrate translations to keys and switch to Localazy (#1198)

This commit is contained in:
Michael Telatynski
2023-09-05 17:09:47 +01:00
committed by GitHub
parent 2c62efa6e8
commit 86832a1793
63 changed files with 2857 additions and 2057 deletions
+11
View File
@@ -0,0 +1,11 @@
name: Localazy Upload
on:
push:
branches: [develop]
paths:
- "src/strings/i18n/en_EN.json"
jobs:
upload:
uses: matrix-org/matrix-web-i18n/.github/workflows/localazy_upload.yaml@main
secrets:
LOCALAZY_WRITE_KEY: ${{ secrets.LOCALAZY_WRITE_KEY }}