smhg / gettext-parser

Parse and compile gettext po and mo files, nothing more, nothing less
MIT License
158 stars 43 forks source link

refactor: move lib to src #95

Closed johnhooks closed 1 month ago

johnhooks commented 1 month ago

This commit moves the lib directory to src. This is a common pattern and makes the lib directory available for outputting TypeScript build assets in the future.

This commit does the following: