Handle backslash in xcstrings file generation
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good
This commit is contained in:
@@ -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 \"%@\" !"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user