Compare commits

...

3 Commits

Author SHA1 Message Date
Elias Schneider
eb34535c5a release: 0.43.1 2025-03-20 21:38:02 +01:00
Elias Schneider
3120ebf239 fix: wrong base locale causes crash 2025-03-20 21:36:05 +01:00
Elias Schneider
2fb41937ca ci/cd: ignore e2e tests on Crowdin branch 2025-03-20 20:49:17 +01:00
5 changed files with 11 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ name: E2E Tests
on:
push:
branches: [main]
branches-ignore: [i18n_crowdin]
paths-ignore:
- "docs/**"
- "**.md"

View File

@@ -1 +1 @@
0.43.0
0.43.1

View File

@@ -1,3 +1,10 @@
## [](https://github.com/pocket-id/pocket-id/compare/v0.43.0...v) (2025-03-20)
### Bug Fixes
* wrong base locale causes crash ([3120ebf](https://github.com/pocket-id/pocket-id/commit/3120ebf239b90f0bc0a0af33f30622e034782398))
## [](https://github.com/pocket-id/pocket-id/compare/v0.42.1...v) (2025-03-20)

View File

@@ -1,6 +1,6 @@
{
"name": "pocket-id-frontend",
"version": "0.43.0",
"version": "0.43.1",
"private": true,
"type": "module",
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://inlang.com/schema/project-settings",
"baseLocale": "en",
"baseLocale": "en-US",
"locales": [
"en-US",
"nl-NL"