Skip to content

Commit

Permalink
feat: initial i18n setup
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC committed Oct 3, 2024
1 parent a2375b4 commit cafddc0
Show file tree
Hide file tree
Showing 33 changed files with 1,382 additions and 498 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/check_locale_file.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
pull_request:
push:
branches:
- main

name: Check i18n locale file

jobs:
check_locale:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install checker
# Build it with the dev profile as this is faster and the checker still works
run: |
cargo install --git https://github.com/topgrade-rs/topgrade_i18n_locale_file_checker --profile dev
- name: Run the checker
run: topgrade_i18n_locale_file_checker ./locales/app.yml
Loading

0 comments on commit cafddc0

Please sign in to comment.