2 Commits

Author SHA1 Message Date
Xbird
f91cffd908 Merge branch 'ajanvier/FixUntranslatedDocumentTypes' into 'dev'
Fix untranslated document types

See merge request gamexperience/vision!58
2023-03-28 13:02:46 +00:00
Aurel
2a0cbc101e Fix untranslated document types 2023-03-28 13:02:44 +00:00
4 changed files with 7 additions and 10 deletions

13
composer.lock generated
View File

@@ -10767,16 +10767,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "9.6.6", "version": "9.6.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "b65d59a059d3004a040c16a82e07bbdf6cfdd115" "reference": "86e761949019ae83f49240b2f2123fb5ab3b2fc5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b65d59a059d3004a040c16a82e07bbdf6cfdd115", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/86e761949019ae83f49240b2f2123fb5ab3b2fc5",
"reference": "b65d59a059d3004a040c16a82e07bbdf6cfdd115", "reference": "86e761949019ae83f49240b2f2123fb5ab3b2fc5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -10849,8 +10849,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy", "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.5"
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.6"
}, },
"funding": [ "funding": [
{ {
@@ -10866,7 +10865,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-03-27T11:43:46+00:00" "time": "2023-03-09T06:34:10+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",

View File

@@ -845,7 +845,6 @@ tooltip_fire: Fire
tooltip_folder_add_directory: Add a directory to folder tooltip_folder_add_directory: Add a directory to folder
tooltip_folder_add_document: Add a document to folder tooltip_folder_add_document: Add a document to folder
tooltip_id_card: ID Card tooltip_id_card: ID Card
tooltip_markread: Mark as read
tooltip_merge: Merge tooltip_merge: Merge
tooltip_motorcycle_licence: Motorcycle licence tooltip_motorcycle_licence: Motorcycle licence
tooltip_remove_from_folder: Remove from folder tooltip_remove_from_folder: Remove from folder

View File

@@ -844,7 +844,6 @@ tooltip_fire: Renvoyer
tooltip_folder_add_directory: Ajouter une fiche au dossier tooltip_folder_add_directory: Ajouter une fiche au dossier
tooltip_folder_add_document: Ajouter un document au dossier tooltip_folder_add_document: Ajouter un document au dossier
tooltip_id_card: Carte d'identité tooltip_id_card: Carte d'identité
tooltip_markread: Marquer comme lu
tooltip_merge: Fusionner tooltip_merge: Fusionner
tooltip_motorcycle_licence: Permis Moto tooltip_motorcycle_licence: Permis Moto
tooltip_remove_from_folder: Retirer du dossier tooltip_remove_from_folder: Retirer du dossier

View File

@@ -1,3 +1,3 @@
{ {
"version": "0.2.22" "version": "0.2.21"
} }