Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional argument for generating msgstr in order to create *.po files #2

Merged
merged 8 commits into from
Jan 24, 2020
Prev Previous commit
Next Next commit
export potFormaterFactory to allow external code to construct own val…
…ue-handling formatters
pospi committed Oct 22, 2016
commit 71dec156511d8bb843cd3d3c206883a0fbc2e7c3
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ export default {
extractAndWritePOTFromMessagesSync,
filterPOAndWriteTranslateSync,
potFormater: potFormater(null),
potFormaterFactory: potFormater,
readAllMessageAsObjectSync,
readAllPOAsObjectSync,
};