Is it possible to "preprocess" localization strings to substitute SOME_CONST with its predefined value?
For example, can I put some placeholder into my storyboards and localized strings and replace it on build time?
Its not about localizing but about preprocessing localization files or other resources with preprocessor`s constants.