UNPKG
yoastseo-dep
Version:
latest (1.91.2-A)
1.91.2
1.91.2-A
Yoast clientside page analysis
github.com/Yoast/
Yoast/wordpress-seo
yoastseo-dep
/
grunt
/
config
/
po2json.js
12 lines
(11 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
// See https://github.com/rockykitamura/grunt-po2json module.exports = {
all
: { options: { format:
"jed1.x"
, domain:
"js-text-analysis"
, },
src
: [
"languages/*.po"
], dest:
"languages"
, }, };