refactor: update localization files
Note: This commit removes previous translations, which means the app will now be untranslated. Reasons for this include low translation quality, and the lack of a good quality assurance process in place.
This commit is contained in:
84
composer.lock
generated
84
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "5236a1e4db7f680486ecae2886a46354",
|
||||
"content-hash": "54776710ebf565dac2ce38b496ca3287",
|
||||
"packages": [
|
||||
{
|
||||
"name": "almasaeed2010/adminlte",
|
||||
@@ -8382,6 +8382,85 @@
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
{
|
||||
"name": "amirami/localizator",
|
||||
"version": "v0.9.0-alpha",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/amiranagram/localizator.git",
|
||||
"reference": "57f310a1ca3a7da24aea99174a5b9ceea5cd7c38"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/amiranagram/localizator/zipball/57f310a1ca3a7da24aea99174a5b9ceea5cd7c38",
|
||||
"reference": "57f310a1ca3a7da24aea99174a5b9ceea5cd7c38",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"illuminate/config": "^6.0|^8.0|^9.0",
|
||||
"illuminate/console": "^6.0|^8.0|^9.0",
|
||||
"illuminate/filesystem": "^6.0|^8.0|^9.0",
|
||||
"illuminate/support": "^6.0|^8.0|^9.0",
|
||||
"php": "^7.2.5|^8.0",
|
||||
"symfony/finder": "^4.4|^5.1|^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1.3.3",
|
||||
"orchestra/testbench": "^4.0|^6.6|^7.0",
|
||||
"phpunit/phpunit": "^8.5|^9.5",
|
||||
"vimeo/psalm": "^3.11|^4.20"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Amirami\\Localizator\\ServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/helpers.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Amirami\\Localizator\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Amir Rami",
|
||||
"email": "me@amirrami.com",
|
||||
"homepage": "https://amirrami.com",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "Localizator is a small tool for Laravel that gives you the ability to extract untranslated strings from project files. It works using the artisan command line and the provided localize command.",
|
||||
"homepage": "https://github.com/amiranagram/localizator",
|
||||
"support": {
|
||||
"issues": "https://github.com/amiranagram/localizator/issues",
|
||||
"source": "https://github.com/amiranagram/localizator/tree/v0.9.0-alpha"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://m.do.co/c/f38828dd20f8",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://www.buymeacoffee.com/amirami/",
|
||||
"type": "custom"
|
||||
},
|
||||
{
|
||||
"url": "https://github.com/amiranagram",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2022-03-12T15:18:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "barryvdh/laravel-debugbar",
|
||||
"version": "v3.6.7",
|
||||
@@ -11190,7 +11269,8 @@
|
||||
"aliases": [],
|
||||
"minimum-stability": "dev",
|
||||
"stability-flags": {
|
||||
"graham-campbell/markdown": 20
|
||||
"graham-campbell/markdown": 20,
|
||||
"amirami/localizator": 15
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
|
Reference in New Issue
Block a user