angular-translate / angular-translate/grunt-po2json-angular-translate

Work with modular project

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
8
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Prosess

```
project
|- module1
|- locals
|- en.po
|- fr.po
|- module2
|- locals
|- en.po
|- fr.po
```

Create

```
compiled
|- module1
|- locals
|- en.json
|- fr.json
|- module2
|- locals
|- en.json
|- fr.json
```

Api example

``` javascript
'compiled/*/locals' : ['project/*/locals/*.po']
```

Separate json create for each module automatically. It will be useful for big modular project.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.