diff options
Diffstat (limited to 't/cfg/split-yaml/po4a.cfg')
-rw-r--r-- | t/cfg/split-yaml/po4a.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/t/cfg/split-yaml/po4a.cfg b/t/cfg/split-yaml/po4a.cfg new file mode 100644 index 0000000..e3458f6 --- /dev/null +++ b/t/cfg/split-yaml/po4a.cfg @@ -0,0 +1,5 @@ +[po4a_langs] vi +[po4a_paths] $master.pot $lang:$master.$lang.po +[type: text] _index.md $lang:_index.$lang.md pot=content opt:"-o markdown" +[type: yaml] en.yaml $lang:$lang.yaml pot=i18n +[options] -M utf-8 -L utf-8 |