Skip to content

Commit

Permalink
doc for 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caouecs committed Jun 2, 2021
1 parent 4ccc94e commit 60f3438
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Laravel Lang

In this repository, you can find the lang files for the [Laravel Framework 4/5/6/7/8](https://laravel.com), [Laravel Jetstream](https://jetstream.laravel.com) , [Laravel Fortify](https://github.com/laravel/fortify), [Laravel Cashier](https://laravel.com/docs/8.x/billing), [Laravel Nova](https://nova.laravel.com) and [Laravel Spark](https://spark.laravel.com).
In this repository, you can find the lang files for the [Laravel Framework 4/5/6/7/8](https://laravel.com), [Laravel Jetstream](https://jetstream.laravel.com) , [Laravel Fortify](https://github.com/laravel/fortify), [Laravel Cashier](https://laravel.com/docs/8.x/billing), [Laravel Breeze](https://github.com/laravel/breeze), [Laravel Nova](https://nova.laravel.com) and [Laravel Spark](https://spark.laravel.com).

<p align="center">
[
Expand All @@ -11,6 +11,7 @@ In this repository, you can find the lang files for the [Laravel Framework 4/5/6

## News

* in version 10.1, one json file by language, but split translation keys for English version ([#1761](https://github.com/Laravel-Lang/lang/issues/1761))
* in version 10, we split translation keys into Laravel packages ([#1748](https://github.com/Laravel-Lang/lang/pull/1748), [discussion](https://github.com/Laravel-Lang/lang/discussions/1702#discussioncomment-703215))
* in version 9.1, we include machine translations, with review by humans for some languages ( see [Discussions](https://github.com/Laravel-Lang/lang/discussions/1692) )
* in version 9, we propose new structure of files ( see [#1606](https://github.com/Laravel-Lang/lang/discussions/1606), [#1607](https://github.com/Laravel-Lang/lang/pull/1607) )
Expand Down
23 changes: 21 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,28 @@ All notable changes to this project will be documented in this file, since v7.0.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [10.1.0] - 2021-06-02

### Changed

* feature: [ms] #1772 auth.php

### Reference

* add Laravel Breeze

### Todo script

* fix: #1762 Some translations have been lost in the new version (10.0)

## [10.0.2] - 2021-05-30

### Changed

* feature: [de] #1759 cashier jetstream nova spark-paddle spark-stripe
* feature: [es] #1760 nova
* feature: [pt_BR] #1767 #1769 #1771 exclude cashier jetstream nova spark-paddle spark-stripe validation-inline
* feature: [tr] #1766 #1768 #1770 exclude auth jetstream nova spark-paddle spark-stripe json file

## [10.0.1] - 2021-05-24

Expand Down Expand Up @@ -481,7 +498,9 @@ For more information, see #1606 and #1607.

* feature: #1269 Rename locale folders following ISO 15897 format

[Unreleased]: https://github.com/caouecs/Laravel-lang/compare/10.0.1...master
[Unreleased]: https://github.com/caouecs/Laravel-lang/compare/10.1.0...master
[10.1.0]: https://github.com/caouecs/Laravel-lang/compare/10.0.2...10.1.0
[10.0.2]: https://github.com/caouecs/Laravel-lang/compare/10.0.1...10.0.2
[10.0.1]: https://github.com/caouecs/Laravel-lang/compare/10.0.0...10.0.1
[10.0.0]: https://github.com/caouecs/Laravel-lang/compare/9.1.2...10.0.0
[9.1.2]: https://github.com/caouecs/Laravel-lang/compare/9.1.1...9.1.2
Expand Down

0 comments on commit 60f3438

Please sign in to comment.