Skip to content

Commit 1bbebe8

Browse files
committed
[Feature] Add Spanish and Brazilian Portuguese translations
1 parent a8aaf47 commit 1bbebe8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file. This project adheres to
44
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
55

6+
## Unreleased
7+
8+
### Added
9+
10+
- Added Spanish and Brazilian Portuguese translations for specification and validation error messages.
11+
612
## [2.2.0] - 2022-04-10
713

814
### Added

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"laravel-json-api/eloquent": "^2.1.1",
3030
"laravel-json-api/encoder-neomerx": "^2.0",
3131
"laravel-json-api/exceptions": "^1.1",
32-
"laravel-json-api/spec": "^1.1.1",
33-
"laravel-json-api/validation": "^2.0",
32+
"laravel-json-api/spec": "^1.2",
33+
"laravel-json-api/validation": "^2.1",
3434
"laravel/framework": "^8.76|^9.0"
3535
},
3636
"require-dev": {

0 commit comments

Comments
 (0)