Skip to content

Commit 381337d

Browse files
committed
[Feature] Update translations in spec and validation libraries
1 parent c6beb48 commit 381337d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ All notable changes to this project will be documented in this file. This projec
1414
- [#6](https://github.com/laravel-json-api/laravel/issues/6) Resource class can now use conditional fields in their
1515
relationships. This works in the same way as conditional attributes: the resource's `when()` and `mergeWhen()` method
1616
should be used to add conditional relationships.
17+
- [#13](https://github.com/laravel-json-api/laravel/issues/13) Added French translations for JSON:API errors generated
18+
by specification parsing and resource/query parameter validation.
1719

1820
### Changed
1921

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"laravel-json-api/eloquent": "^1.0.0-alpha.3",
3030
"laravel-json-api/encoder-neomerx": "^1.0.0-alpha.3",
3131
"laravel-json-api/exceptions": "^1.0.0-alpha.1",
32-
"laravel-json-api/spec": "^1.0.0-alpha.2",
33-
"laravel-json-api/validation": "^1.0.0-alpha.2",
32+
"laravel-json-api/spec": "^1.0.0-alpha.3",
33+
"laravel-json-api/validation": "^1.0.0-alpha.3",
3434
"laravel/framework": "^8.0"
3535
},
3636
"require-dev": {

0 commit comments

Comments
 (0)