I'm using Xamarin iOS and I have a Localizable.strings
file where I keep all my strings. It's becoming very cluttered now and was wondering if there was a way to add comments in this file to better organize it?
The usual convention for adding comments to the .strings
file is as follows:
/* Comment */
"key" = "localized-value";
https://developer.xamarin.com/guides/ios/advanced_topics/localization_and_internationalization/#.strings_file_format
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With