chore: pull locize

This commit is contained in:
Ibrahima G. Coulibaly 2025-07-25 16:57:12 +01:00
commit 18bf2cddaf
96 changed files with 2409 additions and 27 deletions

View file

@ -1,4 +1,9 @@
{
"comparison": {
"description": "Vergelijk twee JSON-objecten om verschillen in structuur en waarden te identificeren.",
"shortDescription": "Vind verschillen tussen twee JSON-objecten",
"title": "JSON vergelijken"
},
"escapeJson": {
"description": "Escape speciale tekens in JSON-strings. Converteer JSON-gegevens naar een correct geëscapete indeling voor veilige overdracht of opslag.",
"shortDescription": "Speciale tekens in JSON ontsnappen",