Checkpoint before refactor again

This commit is contained in:
Joseph Garrone
2024-04-30 12:07:35 +02:00
parent 8f627aa382
commit f42e6764b7
4 changed files with 219 additions and 4 deletions

View File

@ -214,7 +214,7 @@ const keycloakifyExtraMessages = {
"notAValidOption": "Not a valid option",
"selectAnOption": "Select an option",
"remove": "Remove",
"add value": "Add value"
"addValue": "Add value"
},
"fr": {
/* spell-checker: disable */
@ -229,7 +229,7 @@ const keycloakifyExtraMessages = {
"doLogout": "Se déconnecter",
"selectAnOption": "Sélectionner une option",
"remove": "Supprimer",
"add value": "Ajouter une valeur"
"addValue": "Ajouter une valeur"
/* spell-checker: enable */
}
};