I use a Storyboard/XIB/Intent file as my source localization – but I get errors! #45
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Because it's additional work and also bug-prone to support each type of file that could be also Base-localized, I decided to require users to use Base-localization in order to be able to use RemafoX, at least for now. The alternative would be that each time you run any RemafoX commands like normalize, the app would need to extract the Strings from the Storyboard/XIB/Intent file and create a temporary Strings file for your source language to do things like "harmonize keys". Having that said, I'm totally open to add native support for these files directly without the need for Base-localization at some point in the future if this is much requested (see #30, for example). But for now, please use Base-localization as follows: Base-localize existing filesHere's how you can apply Base-localization to a Storyboard/XIB/Intent file which is currently not Base-localized.
Now, everything should work as expected. Base-localize new filesSee this GIF for how to create a Base-localized file for new Storyboard/XIB/Intent files you add to your project: |
Beta Was this translation helpful? Give feedback.
Because it's additional work and also bug-prone to support each type of file that could be also Base-localized, I decided to require users to use Base-localization in order to be able to use RemafoX, at least for now. The alternative would be that each time you run any RemafoX commands like normalize, the app would need to extract the Strings from the Storyboard/XIB/Intent file and create a temporary Strings file for your source language to do things like "harmonize keys".
Having that said, I'm totally open to add native support for these files directly without the need for Base-localization at some point in the future if this is much requested (see #30, for example). But for now, please …