Skip to content

Bash script that finds all localization strings that are missing text in an ASP.NET Boilerplate project.

License

Notifications You must be signed in to change notification settings

juan-db/localization-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Localization Finder

Localization Finder a simple Bash script that finds all localization strings that are missing text in an ASP.NET Boilerplate project.

The script recursively searched the first directory specified for any localization names within TypeScript or HTML files. It then searches for these names in the localization files within the second directory specified. If none of the localization files contain the current name, it counts that missing name and gives you a message with the localization name and the file where that name is mentioned.

Names are not distinct, i.e. a localization name may occur twice if it is mentioned in more than one place. This is so that you can see the files where the name exists and can gain some context on how it is used.

Usage

./localization.sh <Angular sources directory> <localization file directory>

About

Bash script that finds all localization strings that are missing text in an ASP.NET Boilerplate project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages