@jsverse/transloco-keys-manager

Extract and manage translatable keys from Transloco i18n projects

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Extract translatable keys from projects that uses Transloco

Commands

transloco-keys-manager

Examples

find all translation keys in my project$ transloco-keys-manager
extract translation keys and generate translation files$ transloco-keys-manager extract
find unused translation keys in the codebase$ transloco-keys-manager find-unused
validate and sync translation keys across language files$ transloco-keys-manager sync
scan source code for missing translation keys$ transloco-keys-manager extract --dir src