We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This should be documented as well.
This is already partially done in duden/locale/build.sh.
duden/locale/build.sh
Follow the SO answer https://stackoverflow.com/a/53849905
how can i update the .pot, .po and .mo files using get text module in Linux? Generate POT files from Python code using xgettext: https://www.gnu.org/software/gettext/manual/html_node/xgettext-Invocation.html#xgettext-Invocation Update existing PO files from new POT files using msgmerge: https://www.gnu.org/software/gettext/manual/html_node/msgmerge-Invocation.html#msgmerge-Invocation Compile PO files into MO files using msgfmt: https://www.gnu.org/software/gettext/manual/html_node/msgfmt-Invocation.html#msgfmt-Invocation
how can i update the .pot, .po and .mo files using get text module in Linux?
Generate POT files from Python code using xgettext:
https://www.gnu.org/software/gettext/manual/html_node/xgettext-Invocation.html#xgettext-Invocation
Update existing PO files from new POT files using msgmerge:
https://www.gnu.org/software/gettext/manual/html_node/msgmerge-Invocation.html#msgmerge-Invocation
Compile PO files into MO files using msgfmt:
https://www.gnu.org/software/gettext/manual/html_node/msgfmt-Invocation.html#msgfmt-Invocation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This should be documented as well.
This is already partially done in
duden/locale/build.sh
.Follow the SO answer https://stackoverflow.com/a/53849905
The text was updated successfully, but these errors were encountered: