angular-translate / angular-translate/grunt-po2json-angular-translate
Several json files don't including all strings
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 8
- Fork
- 10
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
We have project structure
```
project
|- module1
|- locals
|- en.po
|- fr.po
|- module2
|- locals
|- en.po
|- fr.po
```
start
``` javascript
'compiled/locals' : ['project/**/*.po']
```
have result
```
compiled
|- locals
|- en.json
|- fr.json
```
But en/ru.json have string only from module2
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.