Skip to content

Conversation

@tylxr59
Copy link

@tylxr59 tylxr59 commented Dec 14, 2025

Added a basic About page to the app. Privacy policy section is just a copy-paste of PRIVACY.md. Not sure how that should be handled going forward but the basic framework setup.

Resolves #24, #281

<string name="about_github">GitHub</string>
<string name="about_legal">Legal</string>
<string name="about_license">License</string>
<string name="about_license_gpl">GNU General Public License v3.0</string>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be marked non-translatable?

Copy link
Author

@tylxr59 tylxr59 Dec 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, fair enough. Haven't messed with the donottranslate.xml file yet, I can move that over.

Edit: I guess just mark with translatable="false" ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Marked about_github and about_license_gpl as non-translatable. I'm not sure how other apps handle Legal and Privacy Policy (like if it needs to/should stay in English?)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I think that is enough, my understanding is only brand or specific names should not be translated.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like this page could be simplified by creating a helper function for each category. Might be better?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement About screen

2 participants