TheRandomCrafter83 / StringsXMLSorter

0 stars 2 forks source link

String arrays get excluded #2

Open JordanLongstaff opened 5 days ago

JordanLongstaff commented 5 days ago

I used this plugin with my strings.xml file, which included a number of string arrays, e.g.:

<string-array name="network_type_entries">
    <item>Wi-Fi</item>
    <item>Mobile</item>
    <item>Ethernet</item>
    <item>Bluetooth tethering</item>
    <item>Unknown</item>
</string-array>

After the sort, all of those arrays were gone.

TheRandomCrafter83 commented 5 days ago

I thank you for this information. I will look into a solution.