Skip to content

Commit

Permalink
Merge pull request #621 from frontendnetwork/staging
Browse files Browse the repository at this point in the history
Deploy
  • Loading branch information
philipbrembeck authored Jan 28, 2024
2 parents 7eb53ba + 5abab5e commit 65207af
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ jobs:
cd vegancheck
docker-compose stop vc-frontend-staging
docker-compose pull vc-frontend-staging
docker-compose up -d vc-frontend
docker-compose up -d vc-frontend-staging
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"inlang.vs-code-extension"
]
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Please refer to our issue trackers to see where you could help:
- [[Tasks] Code Improvements](https://github.com/frontendnetwork/veganify/issues/52)
- [[Tasks] Localization](https://github.com/frontendnetwork/veganify/issues/59) - Learn how to localize Veganify [here](https://frontendnetwork.github.io/veganify/localization)

<a href="https://fink.inlang.com/github.com/frontendnetwork/veganify?ref=badge"><img src="https://badge.inlang.com/?url=github.com/frontendnetwork/veganify" alt="Veganify on Inlang" style="border-radius: 5%;"></a>

or if you find something else you could improve, just open a new issue for it!

### Support us
Expand Down
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"typescript": "5.3.3"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@playwright/test": "^1.41.1",
"@types/react": "^18.2.47",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/typescript-estree": "^6.18.1",
"eslint": "8.52.0",
"@typescript-eslint/typescript-estree": "^6.19.1",
"eslint": "8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-plugin-import": "^2.29.0"
},
Expand Down
1 change: 1 addition & 0 deletions project.inlang/project_id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c59b8d490932991a4d487e3b05b1a33e768e0ca33ccd2f323dbe621a17d12714
22 changes: 22 additions & 0 deletions project.inlang/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://inlang.com/schema/project-settings",
"sourceLanguageTag": "en",
"languageTags": [
"en",
"cz",
"de",
"es",
"fr",
"pl"
],
"modules": [
"https://cdn.jsdelivr.net/npm/@inlang/plugin-next-intl/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-empty-pattern@1/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-identical-pattern@1/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-without-source@1/dist/index.js",
"https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-missing-translation@1/dist/index.js"
],
"plugin.inlang.nextIntl": {
"pathPattern": "./src/locales/{languageTag}.json"
}
}

0 comments on commit 65207af

Please sign in to comment.