Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tcorral/extract-ng-i18n-translations

A Github Action to extract and document Angular i18n translations from HTML and TypeScript files
https://github.com/tcorral/extract-ng-i18n-translations

Last synced: 5 days ago
JSON representation

A Github Action to extract and document Angular i18n translations from HTML and TypeScript files

Awesome Lists containing this project

README

        

# extract-ng-i18n-translations
A Github Action to extract and document Angular i18n translations from HTML and TypeScript files

## Testing action
1. Install `act` using `npm install act -g`
2. Change directory to the root of this project.
3. Execute `act --env-file ./env.file`

## Testing logic
1. Execute `npm run test`