Add support for italian language Fritz.

This commit is contained in:
Lapo Luchini
2023-02-19 16:36:59 +01:00
parent 5e5887f0e5
commit 3648c16713

View File

@@ -1,11 +1,11 @@
{
"labelRenames": [
{
"matchRegex": "(?i)prozessor",
"matchRegex": "(?i)^(?:prozessor|processore)",
"renameLabel": "CPU"
},
{
"matchRegex": "(?i)system",
"matchRegex": "(?i)^(?:system|sistema)",
"renameLabel": "System"
},
{
@@ -177,4 +177,3 @@
}
]
}