Add script to generate english config translation file from config (#20301)

This commit is contained in:
Nicolas Mowen
2025-10-01 06:39:43 -06:00
committed by GitHub
parent 8f0be18422
commit f7c4ff12f7
36 changed files with 1903 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"label": "Networking configuration",
"properties": {
"ipv6": {
"label": "Network configuration",
"properties": {
"enabled": {
"label": "Enable IPv6 for port 5000 and/or 8971"
}
}
}
}
}