Hi I have a solution with multiple projekts. Each project have their own localization of error messages etc. However it seems that the localizable.strings doesn't get embedded in the final localizable.strings files if I fx. change only the main project .strings file, and compile. Then the final package only contains that main .strings file. If I rebuild the entire solution the other files get includes also and it shows in the Build Output:
Extracting embedded content Extracted da.lproj/Localizable.strings from xxxxxx.dll Extracted da.lproj/Localizable.strings from yyyyyy.dll Extracted da.lproj/Localizable.strings from zzzzzz.dll If I dont rebuild those lines doesn't appear. However when the files are combined as they should, somehow the final .strings file gets corrupted. It might have to do with the fact that the specific key that gets truncated is more than 80 chars long. The entry should be: ""When you have filled out the form below, a login will be sent to your e-mail address" = "Når du har udfyldt nedenstående skema, får du tilsendt et login på din E-mail adresse"; but end up as this in the final file: , får du tilsendt et login på din E-mail adresse"; Is this both of these issues bugs or I'm doing something wrong? Kind Regards Bo -- View this message in context: http://monotouch.2284126.n4.nabble.com/Localizable-strings-from-seperate-project-doesn-t-always-get-compiled-and-what-the-max-keylenght-in-e-tp4657329.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
