-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Laravel-Lang/master
Update branch orginal
- Loading branch information
Showing
278 changed files
with
30,974 additions
and
6,145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/.editorconfig export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/CODE_OF_CONDUCT.md export-ignore | ||
/CONTRIBUTING.md export-ignore | ||
/todo.md export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file, since v7.0.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). | ||
|
||
## [7.0.4] - 2020-09-11 | ||
|
||
### Changed | ||
|
||
* feature: new organization | ||
* feature: #1316 [sr_*] validation-inline file | ||
* feature: #1317 [es] json file | ||
* feature: #1318 [fa] validation.password | ||
* feature: #1320 [lt] validation-inline and validation | ||
* feature: #1323 #1324 [id] json and validation-inline | ||
* feature: #1326 [ko] validation-inline | ||
|
||
## [7.0.3] - 2020-08-23 | ||
|
||
### Changed | ||
|
||
* feature: #1302 #1306 #1307 [Ne] Translated to Nepali Language (Validation-inline and json) | ||
* feature: #1310 [da] passwords.throttlled | ||
* feature: #1312 [es] validation and validation-inline | ||
* feature: #1313 [sq] validation-inline and validation translations | ||
|
||
## [7.0.2] - 2020-08-05 | ||
|
||
### Added | ||
|
||
* Changelog file | ||
* #1293 [da] Add json | ||
|
||
### Changed | ||
|
||
* feature: #1290 [pl] Translate validation-inline; tweak some validation translations | ||
* feature: #1291 [pt_BR] Update validation-inline | ||
* feature: #1292 [es] Update json | ||
* feature: #1294 Update readme | ||
* feature: #1295 [pt] Update json, validation-inline, validation and passwords | ||
* feature: #1297 [sq] Update auth, passwords and validation | ||
* feature: #1298 [si] Update passwords | ||
* feature: #1299 [zh_*] Update json and validation-inline | ||
* feature: #1300 [uk] validation-inline | ||
* feature: #1301 [uk] json | ||
|
||
## [7.0.1] - 2020-07-14 | ||
|
||
### Added | ||
|
||
* json files for uz_Cyrillic and uz_Latin | ||
|
||
### Changed | ||
|
||
* fix: #1269 json file names to follow ISO-15897 | ||
|
||
## [7.0.0] - 2020-07-13 | ||
|
||
### Changed | ||
|
||
* feature: #1269 Rename locale folders following ISO 15897 format | ||
|
||
[Unreleased]: https://github.com/caouecs/Laravel-lang/compare/7.0.4...master | ||
[7.0.4]: https://github.com/caouecs/Laravel-lang/compare/7.0.3...7.0.4 | ||
[7.0.3]: https://github.com/caouecs/Laravel-lang/compare/7.0.2...7.0.3 | ||
[7.0.2]: https://github.com/caouecs/Laravel-lang/compare/7.0.1...7.0.2 | ||
[7.0.1]: https://github.com/caouecs/Laravel-lang/compare/7.0.0...7.0.1 | ||
[7.0.0]: https://github.com/caouecs/Laravel-lang/compare/6.1.4...7.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe | |
|
||
## Enforcement | ||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. | ||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. | ||
|
||
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The MIT License (MIT) | ||
|
||
Copyright (c) 2020 caouecs <[email protected]> | ||
Copyright (c) 2020 Laravel-Lang team | ||
|
||
> Permission is hereby granted, free of charge, to any person obtaining a copy | ||
> of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Security Policy | ||
|
||
This project is text translations of Laravel project. So, this project doesn't need to have security policy. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
{ | ||
"name": "caouecs/laravel-lang", | ||
"name": "laravel-lang/lang", | ||
"description": "Languages for Laravel", | ||
"keywords": ["laravel", "languages", "lpm", "lang"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "caouecs", | ||
"email": "[email protected]" | ||
"name": "Laravel-Lang Team", | ||
"url": "https://github.com/Laravel-Lang" | ||
} | ||
], | ||
"suggest": { | ||
"overtrue/laravel-lang": "Command to add languages in your project", | ||
"arcanedev/laravel-lang": "Translations manager and checker for Laravel 5", | ||
"ablunier/laravel-lang-installer": "Command for easily add languages to a Laravel project", | ||
"andrey-helldar/laravel-lang-publisher": "Easy installation and update of translation files for your project" | ||
}, | ||
"require": { | ||
|
Oops, something went wrong.