我想问一下如何在strings.xml中找到重复的字符串,其中其他字符串具有不同的id但内容相同。因为我正在本地化我的应用程序。它有超过 5000 个字符串。
他们用于查找具有相同内容的字符串 id 的任何工作室插件也是如此。
<!---Other team member added string--->
<string name="str_checkin_time">Select check-in time</string>
<string name="str_checkin_date">Select check-in date</string>
<!---Myself added added string--->
<string name="Select_checkin_time">Select check-in time</string>
<string name="Select_checkin_date">Select check-in date</string>
我试图搜索,但我主要是通过面试程序来查找重复字符串,我还找到了一个工作室插件,但我必须做同样的事情,即选择字符串然后搜索字符串。我想要一些自动提示此字符串内容重复的东西。
我发现的插件是https://github.com/konifar/android-strings-search-plugin
如果你知道什么,那么请帮助我。
慕村9548890
富国沪深
相关分类