Yes, the problem was with English because is the development language.
I saw the xliff generated. It is clear for me which is the text.
However, I do not think that it could be easily understood by a translator which words/sentences can be translated.
<trans-unit id="1aI-qb-GuL.placeholder">
<source>Pets allowed</source>
<note>Class = "UITextField"; placeholder = "Pets allowed"; ObjectID = "1aI-qb-GuL";</note>
</trans-unit>
<trans-unit id="1av-dj-pqP.normalTitle">
<source>SIGN IN</source>
<note>Class = "UIButton"; normalTitle = "SIGN IN"; ObjectID = "1av-dj-pqP";</note>
</trans-unit>
</trans-unit>
<trans-unit id="3VG-rL-YdP.normalTitle">
<source>Already have an account?</source>
<note>Class = "UIButton"; normalTitle = "Already have an account?"; ObjectID = "3VG-rL-YdP";</note>
</trans-unit>
<trans-unit id="3md-IT-54w.title">
Shall I use the other way? Shall I create Main.string automatically
* Class = "UIButton"; normalTitle = "Button"; ObjectID = "1u9-Yp-CXu"; */
"1u9-Yp-CXu.normalTitle" = "Button";
/ Class = "UILabel"; text = "Label"; ObjectID = "6ZI-Yx-jOP"; */
"6ZI-Yx-jOP.text" = "Label";
/ Class = "UILabel"; text = "Hello my name is Kostas."; ObjectID = "HOA-tU-nyv"; */
"HOA-tU-nyv.text" = "Hello my name is Kostas.";
/ Class = "UILabel"; text = "Label"; ObjectID = "PYK-cg-Jc9"; */
"PYK-cg-Jc9.text" = "Label";
and manually the Localizable.string files?
"Change language" = "Change language";
What do you think?
Regards,
kalgik