Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 463 Bytes

File metadata and controls

16 lines (9 loc) · 463 Bytes

DO NOT USE THIS YET. WORK IN PROGRESS...

angular-translate-extractor

Extract all the translation keys for angular-translate project

Getting Started

Install the plugin.

Use npm install angular-translate-extractor

Then, include the package inside your js file:

var i18nextract = require('angular-translate-extractor')

This extraction is made to work with the [angular-translate][angular_translate] project created by [Pascal Precht][pascalPrecht]