Skip to content

Conversation

NathanBaulch
Copy link
Contributor

Stumbled on an unused text resource, so I wrote the following bash+ripgrep command to find all 12.

rg 'Key="Text\.([^"]+)"' -Nor '$1' ./src/Resources/Locales/en_US.axaml \
    | xargs -I {} bash -c 'if ! rg -qFw --glob "!src/Resources/Locales/**" "{}"; then echo "{}"; fi'

@love-linger love-linger self-assigned this Jul 8, 2025
@love-linger love-linger added the localization Localization/Translation label Jul 8, 2025
@love-linger love-linger merged commit e70010b into sourcegit-scm:develop Jul 8, 2025
13 checks passed
@NathanBaulch NathanBaulch deleted the junkresources branch July 8, 2025 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
localization Localization/Translation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants