Skip to content

Updated Japanese and Uchinaguchi translations and added Japanese meta… #110

Updated Japanese and Uchinaguchi translations and added Japanese meta…

Updated Japanese and Uchinaguchi translations and added Japanese meta… #110

Workflow file for this run

name: i18n Summary
on:
push:
branches:
- main
paths:
- .phrasey/**
- i18n/**
workflow_dispatch:
jobs:
i18n-summary:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.13.0"
cache: npm
- name: 🏗️ Prerequisites
run: npm install
- name: 🔨 Build
run: npm run i18n:summary
- name: 🚀 Push summary files
uses: zyrouge/gh-push-action@v1
with:
directory: phrasey-dist
branch: i18n-summary