Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove localazy, put locales locally #159

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading