README
poapply
A simple utility to apply po translations to source code
What it does:
- Iterate through all entries in po files (-f)
- Replace the first occurence of each entry in target file (-o)
How to use
poapply -f pofile -o target-file
Apply po translations to source code
<script type="module">
import poapply from 'https://cdn.skypack.dev/poapply';
</script>
A simple utility to apply po translations to source code
poapply -f pofile -o target-file