activist-org / activist

An open-source activism platform
https://activist.org
GNU Affero General Public License v3.0
209 stars 173 forks source link

Add script to check i18n key references #917

Open andrewtavis opened 1 week ago

andrewtavis commented 1 week ago

Terms

Description

This is another i18n key/value check step in line with the other i18n scripts. The purpose of this one would be to check if there were any keys that should be changed because they do exist, but their component/page identifier is incorrect. The script would bring in all codebase code and all keys, and then check the paths associated with each of the keys.

Note further that as a part of this we should also make a file that combines all three checks into a single call :)

Contribution

I'll work on this myself 😊