fix(module:i18n): add missing translations to zh_TW
(#8950)
#1338
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: styles-sync | |
on: | |
push: | |
branches: [ master ] | |
workflow_dispatch: | |
inputs: | |
version: | |
description: 'Which version want to synchronize (Default latest)' | |
jobs: | |
preview: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hsuanxyz/[email protected] | |
with: | |
account_token: ${{ secrets.BOT_TOKEN }} | |
version: ${{ github.event.inputs.version }} |