-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(i18n): set up Paraglide and extract messages * chore(i18n): extract strings from homepage * feat(i18n): add language switcher if multiple languages are present * fix(i18n): ensure paraglide compiler runs after installation * ci: fix playwright action * fix: remove paraglide from the server * feat: add another language as a example --------- Co-authored-by: Michał <[email protected]>
- Loading branch information
1 parent
fa1f995
commit 2af1c69
Showing
25 changed files
with
8,675 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Checks if all Translations are present & valid | ||
name: Ninja i18n action | ||
|
||
on: pull_request_target | ||
|
||
permissions: | ||
pull-requests: write # Necessary to comment on PRs | ||
issues: read # Necessary to read issue comments | ||
contents: read # Necessary to access the repo content | ||
|
||
jobs: | ||
ninja-i18n: | ||
name: Ninja - i18n Lint Action | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Run Ninja i18n | ||
# @main ensures that the latest version of the action is used | ||
uses: opral/ninja-i18n-action@main | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"recommendations": [ | ||
"inlang.vs-code-extension" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.