Handle backslash in xcstrings file generation
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good

This commit is contained in:
2025-08-04 10:38:45 +02:00
parent f329386ccf
commit 2ae06867c7
5 changed files with 96 additions and 88 deletions

View File

@@ -32,19 +32,19 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Loading data..."
"value" : "Loading\ndata..."
}
},
"en-us" : {
"stringUnit" : {
"state" : "translated",
"value" : "Loading data..."
"value" : "Loading\ndata..."
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Chargement des données..."
"value" : "Chargement\ndes données..."
}
}
}
@@ -56,19 +56,19 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Welcome \\\"%@\\\" !"
"value" : "Welcome \"%@\" !"
}
},
"en-us" : {
"stringUnit" : {
"state" : "translated",
"value" : "Welcome \\\"%@\\\" !"
"value" : "Welcome \"%@\" !"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Bienvenue \\\"%@\\\" !"
"value" : "Bienvenue \"%@\" !"
}
}
}