Files
nicolasbosi95 2881fcc8fb Support for Strings Catalogs (Xcode 15) (#1421)
* Support for xcode 15 string catalogs

* Add sample string catalog to Test Fixture and basic test to check that asset catalogs are added in the resources build phase

* Restore unintended changes

* Update Pull Request number for 'Support for Strings Catalogs' in changelog

* Update fixture yml generator

* Detect knownRegions based on locales in string catalogs
2024-02-14 20:07:04 +11:00

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"
}