add and fix translations in ko.json (#2752)

This commit is contained in:
Cheese
2022-10-10 00:28:34 +09:00
committed by GitHub
parent c28ffd604d
commit fb13fae385
66 changed files with 2292 additions and 461 deletions

View File

@@ -12,15 +12,15 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Environment
run: mv packages/hoppscotch-app/.env.example packages/hoppscotch-app/.env
- name: Setup and run pnpm install
uses: pnpm/action-setup@v2.2.2
with:
version: 7
run_install: true
- name: Setup Environment
run: mv packages/hoppscotch-app/.env.example packages/hoppscotch-app/.env
- name: Build Site
env:
VITE_SENTRY_DSN: ${{ secrets.SENTRY_DSN }}