sky201503 / android-apktool2

Automatically exported from code.google.com/p/android-apktool
0 stars 0 forks source link

Add support for plurals with references. #234

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
E.g.:

    <plurals name="sns_comment_cnt">
        <item quantity="other">@string/sp_sns_comments_NORMAL</item>
        <item quantity="one">@string/sp_sns_comment_NORMAL</item>
    </plurals>

Original issue reported on code.google.com by Brut.alll on 5 Nov 2011 at 10:43

GoogleCodeExporter commented 9 years ago
Fixed in 
https://github.com/brutall/brut.apktool/commit/0c428dd7c7eeb4e705e2f6470e8e02102
da727e9

Original comment by Brut.alll on 5 Nov 2011 at 10:44

GoogleCodeExporter commented 9 years ago
Issue 218 has been merged into this issue.

Original comment by Brut.alll on 5 Nov 2011 at 10:45

GoogleCodeExporter commented 9 years ago
Issue 229 has been merged into this issue.

Original comment by Brut.alll on 5 Nov 2011 at 10:46

GoogleCodeExporter commented 9 years ago

Original comment by Brut.alll on 5 Nov 2011 at 10:59