Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tcorral/extract-ng-i18n-translations
- Owner: tcorral
- License: mit
- Created: 2024-02-11T16:09:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-11T21:19:58.000Z (9 months ago)
- Last Synced: 2024-04-13T09:19:43.553Z (7 months ago)
- Language: JavaScript
- Size: 478 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`