Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laget-se/pot-merge
Script for merging pot-files
https://github.com/laget-se/pot-merge
npm
Last synced: 22 days ago
JSON representation
Script for merging pot-files
- Host: GitHub
- URL: https://github.com/laget-se/pot-merge
- Owner: laget-se
- License: apache-2.0
- Created: 2016-04-12T14:43:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T08:50:23.000Z (about 4 years ago)
- Last Synced: 2024-04-09T14:51:18.106Z (9 months ago)
- Topics: npm
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 4
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# pot-merge
Script for merging pot-files## Usage
```
npm install
node pot-merge.js -a a.pot -b b.pot -o output.pot
```