Files
ccn/Packages/Infrastructure/Tests/Catalogs/Localizable.xcstrings
T
2026-08-19 23:19:08 +02:00

24 lines
476 B
Plaintext

{
"sourceLanguage" : "en",
"strings" : {
"test.greeting" : {
"comment" : "Fixture string used by the Infrastructure test suite.",
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Hallo"
}
},
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Hello"
}
}
}
}
},
"version" : "1.0"
}