Skip to content

String resources #1073

Open
Open
@Taz03

Description

@Taz03

Issue

We have a lot of strings embedded into the code which is hard to manage. And it will only get worse with time.

To update a string we have to know which class to look into and find the exact line the string is created in. This is a hard task, especially for a non-programmer person.

Solution

Make an android-like R.java class that will read the strings/string templates from the XML resource file and use it in the code. Also, add a guide on how to find and update text in the wiki.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions