mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
9e8343b1a6
* remove carthage from building test project * get test fixture compiling
24 lines
544 B
Plaintext
24 lines
544 B
Plaintext
{
|
|
"sourceLanguage" : "en",
|
|
"strings" : {
|
|
"sampleText" : {
|
|
"comment" : "Sample string in an asset catalog",
|
|
"extractionState" : "manual",
|
|
"localizations" : {
|
|
"en" : {
|
|
"stringUnit" : {
|
|
"state" : "translated",
|
|
"value" : "This is a localized string"
|
|
}
|
|
},
|
|
"es" : {
|
|
"stringUnit" : {
|
|
"state" : "translated",
|
|
"value" : "Esta es una cadena de texto localizable."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"version" : "1.0"
|
|
} |