Skip to content

Does not support aliasing of strings #9

@dalewking

Description

@dalewking

It is perfectly legal and highly desirable to eliminate duplication to define one string that simply refers to another string as in:

<string name="foo">foo</string>
<string name="bar">@string/foo</string>

That works in Android. However the JSON file generated by this tool will generate:

"foo":"foo",
"bar":null

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions