diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2026-02-06 10:18:23 -0500 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2026-02-06 10:18:23 -0500 |
| commit | 5ec377985817af55609109bf9e8faf16a5bdcebd (patch) | |
| tree | a911a41393942490f8bfe029aaaf34e34e1d1f0d | |
| parent | 3a23311d14d576b11e1f70328d7b2986a9c0b42b (diff) | |
elpa-packages (po-mode): New package
| -rw-r--r-- | elpa-packages | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/elpa-packages b/elpa-packages index 98c89a8..deff8b7 100644 --- a/elpa-packages +++ b/elpa-packages @@ -678,6 +678,13 @@ :doc "plz-media-type.org") (plz-see :url "https://github.com/astoff/plz-see.el" :readme "README.org") + ;; FIXME: `po-mode.el' is actually maintained as part of + ;; [Gettext](https://savannah.gnu.org/p/gettext) and kept within the main + ;; branch, in the `gettext-tools/emacs' subdirectory. + ;; The emacsmirror/po-mode repository is auto-extracted from that + ;; subdirectory in the main branch of http://git.sv.gnu.org:/git/gettext.git. + ;; It's really not ideal, but it is what it is for now. + (po-mode :url "https://github.com/emacsmirror/po-mode") (poke :url "https://git.savannah.gnu.org/git/poke/poke-el.git" :doc "poke-el.texi" :ignored-files ("COPYING")) |
