Added the Localizable strings catalog to the library target and added some path component and path format keys to this catalog.

This commit is contained in:
2025-02-27 01:32:07 +01:00
parent cc17bb0e13
commit e2df0dec71
2 changed files with 66 additions and 1 deletions
@@ -0,0 +1,61 @@
{
"sourceLanguage" : "en",
"strings" : {
"path.component.forward-slash" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "/"
}
}
}
},
"path.component.previous-folder" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : ".."
}
}
}
},
"path.format.data" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "/data/%@"
}
}
}
},
"path.format.docc-archive" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "/%@.doccarchive"
}
}
}
},
"path.format.root" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "/%@"
}
}
}
}
},
"version" : "1.0"
}