Skip to content

Commit

Permalink
feat: init paraglide and french translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Feb 12, 2024
1 parent 88888a3 commit ec1e20e
Show file tree
Hide file tree
Showing 15 changed files with 1,178 additions and 50 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/startup-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install dependencies
working-directory: ${{ env.working-directory }}
run: npm ci
run: |
npm install
npm ci
- name: Install Playwright Browsers
working-directory: ${{ env.working-directory }}
run: npx playwright install --with-deps
Expand Down
5 changes: 5 additions & 0 deletions frontend/messages/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"Home": "Home",
"Overview": "Overview"
}
5 changes: 5 additions & 0 deletions frontend/messages/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://inlang.com/schema/inlang-message-format",
"Home": "Accueil",
"Overview": "Vue d'ensemble"
}
Loading

0 comments on commit ec1e20e

Please sign in to comment.