-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing locale keys (still need translated) #1000
Conversation
…refinements Removed build containers from `docker-compose.yml` in favour of separate commands
PHP 7.1 Optimisations
* Update Laravel version * Removed deprecated `belongsToManyConstrained` * Updated Changelog * Fix styling * Update sqlite support * Updated Laravel references
Update league/csv
…re-update-nikic-php-parser
Update PHPMailer to 6.0.7
…re-update-nikic-php-parser
…parser update nikic/php-parser
…datedDependencies Update to the latest Laravel & Composer Packages
Codecov Report
@@ Coverage Diff @@
## hotfix #1000 +/- ##
=========================================
Coverage ? 68.34%
Complexity ? 2141
=========================================
Files ? 159
Lines ? 7289
Branches ? 0
=========================================
Hits ? 4982
Misses ? 2307
Partials ? 0 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## hotfix #1000 +/- ##
=========================================
Coverage ? 66.93%
Complexity ? 1913
=========================================
Files ? 159
Lines ? 6684
Branches ? 0
=========================================
Hits ? 4474
Misses ? 2210
Partials ? 0
Continue to review full report at Codecov.
|
This reverts commit 94c788f.
This branch/PR has become very dirty. Changes have been moved to PR #1006 |
Generated missing locale keys for all languages using PR #992
locale:fix-keys
command.The empty key values were populated using en_US and can be identified via
locales:missing-values
command.(also wanted to check these files will pass style-ci check)