Skip to content

Conversation

@KonerDev
Copy link
Member

@KonerDev KonerDev commented Sep 13, 2025

Ooof, that was a lot of work.

Description

This PR finally makes the XML strings uniform and consistent in Xed-Editor.

Changes

  • All strings that use title case were rewritten to use sentence case (Closes Use sentence case #805)
  • Most XML resource names were rewritten to consistently use snake_case instead of camelCase
  • Removed a few unused resources
  • Removed duplicate strings that have the same content (like save_1)
  • Removed unused translations

Note

I manually removed unused translations for hours because AFAIK there is no way to mass remove them in Android Studio.

Note

By unused translations I mean that the English version has already been removed, but the translation has not.

@KonerDev KonerDev changed the title refactor(strings): use sentence case, use consistent resource names (Closes #805) refactor(strings): remove unused translations, use sentence case, use consistent resource names (Closes #805) Sep 13, 2025
@RohitKushvaha01 RohitKushvaha01 merged commit 5420c8d into Xed-Editor:main Sep 13, 2025
@KonerDev KonerDev deleted the refactor/sentence-case branch October 1, 2025 13:35
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.

Use sentence case

2 participants