菜鸟教程小白 发表于 2022-12-12 19:09:36

Localizable.strings 文件中的 iOS 注释


                                            <p><p>我正在使用 Xamarin iOS,并且我有一个 <code>Localizable.strings</code> 文件,我在其中保存了所有字符串。现在变得非常困惑,想知道是否有办法在此文件中添加评论以更好地组织它?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>在<code>.strings</code>文件中添加注释的常用约定如下:</p>

<pre><code>/* Comment */
&#34;key&#34; = &#34;localized-value&#34;;
</code></pre>

<p> <a href="https://developer.xamarin.com/guides/ios/advanced_topics/localization_and_internationalization/#.strings_file_format" rel="noreferrer noopener nofollow">https://developer.xamarin.com/guides/ios/advanced_topics/localization_and_internationalization/#.strings_file_format</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于Localizable.strings 文件中的 iOS 注释,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/36270876/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/36270876/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: Localizable.strings 文件中的 iOS 注释