Skip to content

Commit

Permalink
feat: remove localazy, put locales locally
Browse files Browse the repository at this point in the history
  • Loading branch information
antonstjernquist committed Jan 29, 2024
1 parent 4915bd8 commit ea1e728
Show file tree
Hide file tree
Showing 40 changed files with 3,583 additions and 2,563 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ jobs:
- name: Install main deps
run: yarn --frozen-lockfile

- name: Translations
env:
LOCALAZY_READ_KEY: ${{ secrets.LOCALAZY_READ_KEY }}
LOCALAZY_WRITE_KEY: ${{ secrets.LOCALAZY_WRITE_KEY }}
run: |
yarn translations:pull
yarn translations:generate-index
- name: Install src deps
working-directory: src
run: yarn --frozen-lockfile
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ jobs:
- name: Install main deps
run: yarn --frozen-lockfile --ignore-scripts

- name: Translations
env:
LOCALAZY_READ_KEY: a8269809765126758267-f01743c76d6e9e434d7b4c6322938eefce8d82a559b57efc2acfcf4531d46089
run: yarn translations:pull

- name: Generate translations
run: yarn translations:generate-index

- name: Install src deps
working-directory: src
run: yarn --frozen-lockfile
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,9 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install deps (Translations)
working-directory: .
run: yarn --frozen-lockfile
- name: Generate translations
working-directory: .
run: |
yarn translations:generate
yarn translations:generate-index
- name: Install deps
run: yarn --frozen-lockfile
- name: Linting
run: yarn lint
- name: Type checking
run: yarn tsc
- name: Tests
run: yarn test
32 changes: 0 additions & 32 deletions .github/workflows/translations.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,9 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install deps (Translations)
working-directory: .
run: yarn --frozen-lockfile
- name: Generate translations
working-directory: .
run: |
yarn translations:generate
yarn translations:generate-index
- name: Install deps
run: yarn --frozen-lockfile
- name: Linting
run: yarn lint
- name: Type checking
run: yarn tsc
- name: Tests
run: yarn test
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
node_modules
dist
sv_pefcl.log
locales
temp
yarn-error.log
106 changes: 0 additions & 106 deletions i18next-parser.config.old.js

This file was deleted.

14 changes: 0 additions & 14 deletions localazy.json

This file was deleted.

Loading

0 comments on commit ea1e728

Please sign in to comment.