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:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user