Update some meta files.

This commit is contained in:
James Cole
2019-09-07 06:23:26 +02:00
parent 50fca4f19e
commit 62b65927ff
6 changed files with 213 additions and 141 deletions

View File

@@ -1,14 +1,14 @@
en_US
cs_CZ
es_ES
de_DE
fr_FR
ro_RO
it_IT
nb_NO
nl_NL
pl_PL
pt_BR
ro_RO
ru_RU
nb_NO
cs_CZ
id_ID
hu_HU
el_GR

View File

@@ -29,6 +29,7 @@ sed -i 's/# ro_RO.UTF-8 UTF-8/ro_RO.UTF-8 UTF-8/g' /etc/locale.gen
sed -i 's/# cs_CZ.UTF-8 UTF-8/cs_CZ.UTF-8 UTF-8/g' /etc/locale.gen
sed -i 's/# id_ID.UTF-8 UTF-8/id_ID.UTF-8 UTF-8/g' /etc/locale.gen
sed -i 's/# hu_HU.UTF-8 UTF-8/hu_HU.UTF-8 UTF-8/g' /etc/locale.gen
sed -i 's/# el_GR.UTF-8 UTF-8/el_GR.UTF-8 UTF-8/g' /etc/locale.gen
dpkg-reconfigure --frontend=noninteractive locales

View File

@@ -2,6 +2,26 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [4.8.1 (API 0.10.2)] - 2019-08-xx
### Added
- Support for Greek
### Changed
- All reports are now properly multi-currency.
### Removed
- The bunq API has changed, and support for bunq has been disabled.
### Fixed
- ... and many other bugs.
### Security
- Initial release.
### API
- Initial release
## [4.8.0.3 (API 0.10.1)] - 2019-08-23
Fixes many other issues in the previous release.

286
composer.lock generated
View File

@@ -8,24 +8,26 @@
"packages": [
{
"name": "adldap2/adldap2",
"version": "v10.0.11",
"version": "v10.1.0",
"source": {
"type": "git",
"url": "https://github.com/Adldap2/Adldap2.git",
"reference": "beb3c9cc28de752d6c3b0221605035659eccc42e"
"reference": "c5e58490e78e2356f867596dd9d31098f3ad2444"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/beb3c9cc28de752d6c3b0221605035659eccc42e",
"reference": "beb3c9cc28de752d6c3b0221605035659eccc42e",
"url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/c5e58490e78e2356f867596dd9d31098f3ad2444",
"reference": "c5e58490e78e2356f867596dd9d31098f3ad2444",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-ldap": "*",
"illuminate/contracts": "~5.0",
"illuminate/contracts": "~5.0|~6.0",
"php": ">=7.0",
"psr/log": "~1.0",
"tightenco/collect": "~5.0"
"psr/simple-cache": "~1.0",
"tightenco/collect": "~5.0|~6.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
@@ -47,8 +49,8 @@
"authors": [
{
"name": "Steve Bauman",
"role": "Developer",
"email": "steven_bauman@outlook.com"
"email": "steven_bauman@outlook.com",
"role": "Developer"
}
],
"description": "A PHP LDAP Package for humans.",
@@ -61,25 +63,25 @@
"ldap",
"windows"
],
"time": "2019-05-24T14:15:58+00:00"
"time": "2019-09-03T15:41:15+00:00"
},
{
"name": "adldap2/adldap2-laravel",
"version": "v6.0.7",
"version": "v6.0.8",
"source": {
"type": "git",
"url": "https://github.com/Adldap2/Adldap2-Laravel.git",
"reference": "e7e60f0f10ff845bf8e8c965258c86a33c9ab266"
"reference": "c2809bcca39bd51fe3fbe426c5dc32e89a868a42"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Adldap2/Adldap2-Laravel/zipball/e7e60f0f10ff845bf8e8c965258c86a33c9ab266",
"reference": "e7e60f0f10ff845bf8e8c965258c86a33c9ab266",
"url": "https://api.github.com/repos/Adldap2/Adldap2-Laravel/zipball/c2809bcca39bd51fe3fbe426c5dc32e89a868a42",
"reference": "c2809bcca39bd51fe3fbe426c5dc32e89a868a42",
"shasum": ""
},
"require": {
"adldap2/adldap2": "^10.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"adldap2/adldap2": "^10.1",
"illuminate/support": "~5.5|~6.0",
"php": ">=7.1"
},
"require-dev": {
@@ -115,7 +117,7 @@
"laravel",
"ldap"
],
"time": "2019-06-28T17:34:46+00:00"
"time": "2019-09-03T16:03:04+00:00"
},
{
"name": "bacon/bacon-qr-code",
@@ -154,9 +156,9 @@
"authors": [
{
"name": "Ben Scholzen 'DASPRiD'",
"role": "Developer",
"email": "mail@dasprids.de",
"homepage": "http://www.dasprids.de"
"homepage": "http://www.dasprids.de",
"role": "Developer"
}
],
"description": "BaconQrCode is a QR code generator for PHP.",
@@ -210,9 +212,9 @@
"authors": [
{
"name": "bunq",
"role": "Owner",
"email": "sdk@bunq.com",
"homepage": "https://www.bunq.com"
"homepage": "https://www.bunq.com",
"role": "Owner"
}
],
"description": "bunq PHP SDK",
@@ -401,28 +403,29 @@
},
{
"name": "davejamesmiller/laravel-breadcrumbs",
"version": "5.2.1",
"version": "5.3.0",
"source": {
"type": "git",
"url": "https://github.com/davejamesmiller/laravel-breadcrumbs.git",
"reference": "6465e8710341578092fdd8aea24319d4f53ab27c"
"reference": "1edeee4a77f467293aa5e5ea4a0b8f010216b8da"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/davejamesmiller/laravel-breadcrumbs/zipball/6465e8710341578092fdd8aea24319d4f53ab27c",
"reference": "6465e8710341578092fdd8aea24319d4f53ab27c",
"url": "https://api.github.com/repos/davejamesmiller/laravel-breadcrumbs/zipball/1edeee4a77f467293aa5e5ea4a0b8f010216b8da",
"reference": "1edeee4a77f467293aa5e5ea4a0b8f010216b8da",
"shasum": ""
},
"require": {
"illuminate/support": "5.6.*|5.7.*|5.8.*",
"illuminate/view": "5.6.*|5.7.*|5.8.*",
"facade/ignition-contracts": "^1.0",
"illuminate/support": "^5.6|^6.0",
"illuminate/view": "^5.6|^6.0",
"php": ">=7.1.3"
},
"require-dev": {
"laravel/framework": "5.6.*|5.7.*|5.8.*",
"orchestra/testbench": "3.6.*|3.7.*|3.8.*",
"orchestra/testbench": "^3.6",
"php-coveralls/php-coveralls": "^1.0",
"phpunit/phpunit": "7.*"
"phpunit/phpunit": "^7.0|^8.0",
"spatie/phpunit-snapshot-assertions": "^2.0"
},
"type": "library",
"extra": {
@@ -455,7 +458,7 @@
"keywords": [
"laravel"
],
"time": "2019-02-27T13:09:37+00:00"
"time": "2019-09-03T15:24:57+00:00"
},
{
"name": "defuse/php-encryption",
@@ -1039,26 +1042,70 @@
"time": "2019-03-17T18:48:37+00:00"
},
{
"name": "fideloper/proxy",
"version": "4.2.0",
"name": "facade/ignition-contracts",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/fideloper/TrustedProxy.git",
"reference": "39a4c2165e578bc771f5dc031c273210a3a9b6d2"
"url": "https://github.com/facade/ignition-contracts.git",
"reference": "f445db0fb86f48e205787b2592840dd9c80ded28"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/39a4c2165e578bc771f5dc031c273210a3a9b6d2",
"reference": "39a4c2165e578bc771f5dc031c273210a3a9b6d2",
"url": "https://api.github.com/repos/facade/ignition-contracts/zipball/f445db0fb86f48e205787b2592840dd9c80ded28",
"reference": "f445db0fb86f48e205787b2592840dd9c80ded28",
"shasum": ""
},
"require": {
"illuminate/contracts": "~5.0|~6.0",
"php": "^7.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Facade\\IgnitionContracts\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://flareapp.io",
"role": "Developer"
}
],
"description": "Solution contracts for Ignition",
"homepage": "https://github.com/facade/ignition-contracts",
"keywords": [
"contracts",
"flare",
"ignition"
],
"time": "2019-08-30T14:06:08+00:00"
},
{
"name": "fideloper/proxy",
"version": "4.2.1",
"source": {
"type": "git",
"url": "https://github.com/fideloper/TrustedProxy.git",
"reference": "03085e58ec7bee24773fa5a8850751a6e61a7e8a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/03085e58ec7bee24773fa5a8850751a6e61a7e8a",
"reference": "03085e58ec7bee24773fa5a8850751a6e61a7e8a",
"shasum": ""
},
"require": {
"illuminate/contracts": "^5.0|^6.0|^7.0",
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/http": "~5.6|~6.0",
"mockery/mockery": "~1.0",
"illuminate/http": "^5.0|^6.0|^7.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.0"
},
"type": "library",
@@ -1090,7 +1137,7 @@
"proxy",
"trusted proxy"
],
"time": "2019-07-29T16:49:45+00:00"
"time": "2019-09-03T16:45:42+00:00"
},
{
"name": "firebase/php-jwt",
@@ -1125,13 +1172,13 @@
"authors": [
{
"name": "Neuman Vong",
"email": "neuman+pear@twilio.com",
"role": "Developer"
"role": "Developer",
"email": "neuman+pear@twilio.com"
},
{
"name": "Anant Narayanan",
"email": "anant@php.net",
"role": "Developer"
"role": "Developer",
"email": "anant@php.net"
}
],
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
@@ -1327,16 +1374,16 @@
},
{
"name": "laravel/framework",
"version": "v5.8.34",
"version": "v5.8.35",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "c3a870b96c7afe5174f486af74768ccfddeec77b"
"reference": "5a9e4d241a8b815e16c9d2151e908992c38db197"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/c3a870b96c7afe5174f486af74768ccfddeec77b",
"reference": "c3a870b96c7afe5174f486af74768ccfddeec77b",
"url": "https://api.github.com/repos/laravel/framework/zipball/5a9e4d241a8b815e16c9d2151e908992c38db197",
"reference": "5a9e4d241a8b815e16c9d2151e908992c38db197",
"shasum": ""
},
"require": {
@@ -1419,6 +1466,7 @@
"suggest": {
"aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).",
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
"ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
"ext-pcntl": "Required to use all features of the queue worker.",
"ext-posix": "Required to use all features of the queue worker.",
"filp/whoops": "Required for friendly error pages in development (^2.1.4).",
@@ -1470,7 +1518,7 @@
"framework",
"laravel"
],
"time": "2019-08-27T14:35:59+00:00"
"time": "2019-09-03T16:44:30+00:00"
},
{
"name": "laravel/passport",
@@ -1545,16 +1593,16 @@
},
{
"name": "laravelcollective/html",
"version": "v5.8.0",
"version": "v5.8.1",
"source": {
"type": "git",
"url": "https://github.com/LaravelCollective/html.git",
"reference": "0e360143d3476fe4141d267a260c140569fa207b"
"reference": "3a1c9974ea629eed96e101a24e3852ced382eb29"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/0e360143d3476fe4141d267a260c140569fa207b",
"reference": "0e360143d3476fe4141d267a260c140569fa207b",
"url": "https://api.github.com/repos/LaravelCollective/html/zipball/3a1c9974ea629eed96e101a24e3852ced382eb29",
"reference": "3a1c9974ea629eed96e101a24e3852ced382eb29",
"shasum": ""
},
"require": {
@@ -1598,18 +1646,18 @@
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
},
{
"name": "Adam Engebretson",
"email": "adam@laravelcollective.com"
},
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"description": "HTML and Form Builders for the Laravel Framework",
"homepage": "https://laravelcollective.com",
"time": "2019-03-01T22:53:41+00:00"
"time": "2019-09-05T12:32:25+00:00"
},
{
"name": "lcobucci/jwt",
@@ -1655,8 +1703,8 @@
"authors": [
{
"name": "Luís Otávio Cobucci Oblonczyk",
"role": "Developer",
"email": "lcobucci@gmail.com"
"email": "lcobucci@gmail.com",
"role": "Developer"
}
],
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
@@ -1722,9 +1770,9 @@
"authors": [
{
"name": "Colin O'Dell",
"role": "Lead Developer",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com"
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
}
],
"description": "PHP Markdown parser based on the CommonMark spec",
@@ -1788,9 +1836,9 @@
"authors": [
{
"name": "Ignace Nyamagana Butera",
"role": "Developer",
"email": "nyamsprod@gmail.com",
"homepage": "https://github.com/nyamsprod/",
"role": "Developer"
"homepage": "https://github.com/nyamsprod/"
}
],
"description": "Csv data manipulation made easy in PHP",
@@ -2138,15 +2186,15 @@
"authors": [
{
"name": "Alex Bilbie",
"role": "Developer",
"email": "hello@alexbilbie.com",
"homepage": "http://www.alexbilbie.com",
"role": "Developer"
"homepage": "http://www.alexbilbie.com"
},
{
"name": "Andy Millington",
"role": "Developer",
"email": "andrew@noexceptions.io",
"homepage": "https://www.noexceptions.io",
"role": "Developer"
"homepage": "https://www.noexceptions.io"
}
],
"description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
@@ -2211,16 +2259,16 @@
},
{
"name": "monolog/monolog",
"version": "1.24.0",
"version": "1.25.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
"reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
"reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
"shasum": ""
},
"require": {
@@ -2285,7 +2333,7 @@
"logging",
"psr-3"
],
"time": "2018-11-05T09:00:11+00:00"
"time": "2019-09-06T13:49:17+00:00"
},
{
"name": "mschindler83/fints-hbci-php",
@@ -2484,15 +2532,15 @@
"authors": [
{
"name": "Paragon Initiative Enterprises",
"role": "Maintainer",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com",
"role": "Maintainer"
"homepage": "https://paragonie.com"
},
{
"name": "Steve 'Sc00bz' Thomas",
"role": "Original Developer",
"email": "steve@tobtu.com",
"homepage": "https://www.tobtu.com",
"role": "Original Developer"
"homepage": "https://www.tobtu.com"
}
],
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
@@ -4998,16 +5046,16 @@
},
{
"name": "tightenco/collect",
"version": "v5.8.34",
"version": "v6.0.0",
"source": {
"type": "git",
"url": "https://github.com/tightenco/collect.git",
"reference": "957e430c26c51b65c80acc87896023229dc05a21"
"reference": "1793f44a9362b00a271de0776511726d9d952aed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tightenco/collect/zipball/957e430c26c51b65c80acc87896023229dc05a21",
"reference": "957e430c26c51b65c80acc87896023229dc05a21",
"url": "https://api.github.com/repos/tightenco/collect/zipball/1793f44a9362b00a271de0776511726d9d952aed",
"reference": "1793f44a9362b00a271de0776511726d9d952aed",
"shasum": ""
},
"require": {
@@ -5016,7 +5064,7 @@
},
"require-dev": {
"mockery/mockery": "^1.0",
"nesbot/carbon": "^1.26.3",
"nesbot/carbon": "^2.23.0",
"phpunit/phpunit": "^7.0"
},
"type": "library",
@@ -5044,7 +5092,7 @@
"collection",
"laravel"
],
"time": "2019-07-30T19:16:47+00:00"
"time": "2019-08-30T16:33:17+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
@@ -5085,8 +5133,8 @@
"authors": [
{
"name": "Tijs Verkoyen",
"role": "Developer",
"email": "css_to_inline_styles@verkoyen.eu"
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
}
],
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
@@ -5286,30 +5334,30 @@
"packages-dev": [
{
"name": "barryvdh/laravel-ide-helper",
"version": "v2.6.2",
"version": "v2.6.4",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
"reference": "39c148ad4273f5b8c49d0a363ddbc0462f1f2eec"
"reference": "16eb4f65ee0d51b1f1182d56ae28ee00a70ce75a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/39c148ad4273f5b8c49d0a363ddbc0462f1f2eec",
"reference": "39c148ad4273f5b8c49d0a363ddbc0462f1f2eec",
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/16eb4f65ee0d51b1f1182d56ae28ee00a70ce75a",
"reference": "16eb4f65ee0d51b1f1182d56ae28ee00a70ce75a",
"shasum": ""
},
"require": {
"barryvdh/reflection-docblock": "^2.0.6",
"composer/composer": "^1.6",
"illuminate/console": "^5.5,<5.9",
"illuminate/filesystem": "^5.5,<5.9",
"illuminate/support": "^5.5,<5.9",
"illuminate/console": "^5.5|^6",
"illuminate/filesystem": "^5.5|^6",
"illuminate/support": "^5.5|^6",
"php": ">=7"
},
"require-dev": {
"doctrine/dbal": "~2.3",
"illuminate/config": "^5.1,<5.9",
"illuminate/view": "^5.1,<5.9",
"illuminate/config": "^5.5|^6",
"illuminate/view": "^5.5|^6",
"phpro/grumphp": "^0.14",
"phpunit/phpunit": "4.*",
"scrutinizer/ocular": "~1.1",
@@ -5356,7 +5404,7 @@
"phpstorm",
"sublime"
],
"time": "2019-03-26T10:38:22+00:00"
"time": "2019-09-03T17:51:13+00:00"
},
{
"name": "barryvdh/reflection-docblock",
@@ -6236,18 +6284,18 @@
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
"role": "Developer",
"email": "arne@blankerts.de"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
"role": "Developer",
"email": "sebastian@phpeople.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
"role": "Developer",
"email": "sebastian@phpunit.de"
}
],
"description": "Library for handling version information and constraints",
@@ -6518,8 +6566,8 @@
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
"role": "lead",
"email": "sebastian@phpunit.de"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
@@ -6569,8 +6617,8 @@
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
"role": "lead",
"email": "sebastian@phpunit.de"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
@@ -6611,8 +6659,8 @@
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
"role": "lead",
"email": "sebastian@phpunit.de"
}
],
"description": "Simple template engine.",
@@ -6660,8 +6708,8 @@
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
"role": "lead",
"email": "sebastian@phpunit.de"
}
],
"description": "Utility class for timing",
@@ -6790,8 +6838,8 @@
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
"role": "lead",
"email": "sebastian@phpunit.de"
}
],
"description": "The PHP Unit Testing framework.",
@@ -7011,8 +7059,8 @@
"authors": [
{
"name": "Marco Pivetta",
"role": "maintainer",
"email": "ocramius@gmail.com"
"email": "ocramius@gmail.com",
"role": "maintainer"
}
],
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
@@ -7582,8 +7630,8 @@
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
"role": "lead",
"email": "sebastian@phpunit.de"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
@@ -7625,8 +7673,8 @@
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
"role": "lead",
"email": "sebastian@phpunit.de"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
@@ -7809,8 +7857,8 @@
"authors": [
{
"name": "Arne Blankerts",
"role": "Developer",
"email": "arne@blankerts.de"
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",

View File

@@ -291,26 +291,29 @@ return [
'Mortgage' => 'mortgage',
],
'languages' => [
'en_US' => ['name_locale' => 'English', 'name_english' => 'English'],
'cs_CZ' => ['name_locale' => 'Czech', 'name_english' => 'Czech'], // 35%
'es_ES' => ['name_locale' => 'Español', 'name_english' => 'Spanish'], // 92%
'de_DE' => ['name_locale' => 'Deutsch', 'name_english' => 'German'], // 100%
'fr_FR' => ['name_locale' => 'Français', 'name_english' => 'French'], // 100%
//'id_ID' => ['name_locale' => 'Bahasa Indonesia', 'name_english' => 'Indonesian'], // 65%
'it_IT' => ['name_locale' => 'Italiano', 'name_english' => 'Italian'], // 100%
'nb_NO' => ['name_locale' => 'Norsk', 'name_english' => 'Norwegian'],
'nl_NL' => ['name_locale' => 'Nederlands', 'name_english' => 'Dutch'], // 100%
'pl_PL' => ['name_locale' => 'Polski', 'name_english' => 'Polish '], // 87%
'pt_BR' => ['name_locale' => 'Português do Brasil', 'name_english' => 'Portuguese (Brazil)'], // 80%
'ro_RO' => ['name_locale' => 'Română', 'name_english' => 'Romanian'],
'ru_RU' => ['name_locale' => 'Русский', 'name_english' => 'Russian'], // 83%
'zh_TW' => ['name_locale' => 'Chinese Traditional', 'name_english' => 'Chinese Traditional'], // 100%
'zh_CN' => ['name_locale' => 'Chinese Simplified', 'name_english' => 'Chinese Simplified'], // 99%
'hu_HU' => ['name_locale' => 'Hungarian', 'name_english' => 'Hungarian'], // 40%
'en_US' => ['name_locale' => 'English', 'name_english' => 'English'], // 4.8,1
'cs_CZ' => ['name_locale' => 'Czech', 'name_english' => 'Czech'], // 4.8,1
'es_ES' => ['name_locale' => 'Español', 'name_english' => 'Spanish'], // 4.8,1
'de_DE' => ['name_locale' => 'Deutsch', 'name_english' => 'German'], // 4.8,1
'fr_FR' => ['name_locale' => 'Français', 'name_english' => 'French'], // 4.8,1
//'id_ID' => ['name_locale' => 'Bahasa Indonesia', 'name_english' => 'Indonesian'], // 57%, removed
'it_IT' => ['name_locale' => 'Italiano', 'name_english' => 'Italian'], // 4.8,1
'nb_NO' => ['name_locale' => 'Norsk', 'name_english' => 'Norwegian'], // 4.8,1
'nl_NL' => ['name_locale' => 'Nederlands', 'name_english' => 'Dutch'], // 4.8,1
'pl_PL' => ['name_locale' => 'Polski', 'name_english' => 'Polish '], // 4.8,1
'pt_BR' => ['name_locale' => 'Português do Brasil', 'name_english' => 'Portuguese (Brazil)'], // 4.8,1
'ro_RO' => ['name_locale' => 'Română', 'name_english' => 'Romanian'], // 4.8,1
'ru_RU' => ['name_locale' => 'Русский', 'name_english' => 'Russian'], // 4.8,1
'zh_TW' => ['name_locale' => 'Chinese Traditional', 'name_english' => 'Chinese Traditional'], // 4.8,1
'zh_CN' => ['name_locale' => 'Chinese Simplified', 'name_english' => 'Chinese Simplified'], // 4.8,1
'hu_HU' => ['name_locale' => 'Hungarian', 'name_english' => 'Hungarian'], // 4.8,1
// new since 4.8,1
'el_GR' => ['name_locale' => 'Ελληνικά', 'Greek' => 'Hungarian'], // 4.8,1
// greek: Ελληνικά
// hungarian!
// Czech not yet.
//'tr_TR' => ['name_locale' => 'Türkçe', 'name_english' => 'Turkish'], // 71%
//'ca_ES' => ['name_locale' => 'Catalan', 'name_english' => 'Catalan'], // 0%

View File

@@ -45,7 +45,7 @@ return [
'enabled' => [
'fake' => true,
'file' => true,
'bunq' => true,
'bunq' => false,
'spectre' => true,
'ynab' => true,
'plaid' => false,