-
Notifications
You must be signed in to change notification settings - Fork 0
i18n.en_US
YanQS edited this page Dec 13, 2025
·
1 revision
- Use WordPress i18n tools or simple scripts to find calls to
__(),_e(),_x(), etc., and extractmsgidstrings.
- PO files live in
languages/. Editlanguages/wp-comment-notify-en_US.powith Poedit or manually.
- Use
msgfmtfrom the gettext toolchain:
msgfmt -o languages/wp-comment-notify-en_US.mo languages/wp-comment-notify-en_US.po
or use WP-CLI i18n commands if available.
- Keep placeholders (like
%s,%d) intact. - Update the
.potfile if you maintain one, and sync.pofiles with your translation platform or submit a PR.