Version 2.32 of package Po-Mode has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Po-Mode describes itself as:

  ===================================
  major mode for GNU gettext PO files
  ===================================

More at https://elpa.gnu.org/packages/po-mode.html

## Summary:

  This package provides the tools meant to help editing PO files,
  as documented in the GNU gettext user's manual.  See this manual
  for user documentation, which is not repeated here.

  To install, merely put this file somewhere GNU Emacs will find it,
  then add the following lines to your .emacs file:

    (autoload 'po-mode "po-mode"
              "Major mode for translators to edit PO files" t)
    (setq auto-mode-alist (cons '("\\.po\\'\\|\\.po\\." . po-mode)
                                auto-mode-alist))

  To use the right coding system automatically under Emacs 20 or newer,
  also add:

    (autoload 'po-find-file-coding-system "po-compat")
    (modify-coding-system-alist 'file "\\.po\\'\\|\\.po\\."
                                'po-find-file-coding-system)

## Recent NEWS:

[Not provided 🙁]

Reply via email to