~ruther/guix-local

ref: c00a9fbfef75d2fc08485f8158ec331bfa99d5ec guix-local/po/packages d---------
647cfda8 — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates
599f1464 — Ludovic Courtès 11 years ago
Revert "nls: Use xgettext and msgmerge with --no-wrap."

This reverts commit 648453e8d6005a7a2caec688cc035db86fe73c02.

See <http://lists.gnu.org/archive/html/bug-gettext/2014-08/msg00005.html>
for the rationale.
33690ffd — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates
51af5710 — Ludovic Courtès 11 years ago
build: Update PO files as per 'make dist'.
2dd36f5a — Ludovic Courtès 11 years ago
nls: Update 'eo' and 'vi' translations.
4660b1e8 — Ludovic Courtès 11 years ago
nls: Add German translation.
bdfdf901 — Ludovic Courtès 11 years ago
nls: Update eo, pt_BR, sr, and vi package translations.
738146bf — Ludovic Courtès 11 years ago
nls: Update 'sr' translation.
648453e8 — Ludovic Courtès 11 years ago
nls: Use xgettext and msgmerge with --no-wrap.

Suggested by Benno Schulenberg <coordinator@translationproject.org>.

* po/guix/Makevars (XGETTEXT_OPTIONS): Add --no-wrap.
  (MSGMERGE_OPTIONS): New variable.
* po/packages/Makevars (XGETTEXT_OPTIONS): Add --no-wrap.
  (MSGMERGE_OPTIONS): New variable.
7f52946a — Ludovic Courtès 11 years ago
nls: Remove obsolete messages from PO files.

Suggested by Benno Schulenberg <coordinator@translationproject.org>.

* po/guix/eo.po, po/guix/pt_BR.po, po/guix/sr.po, po/guix/vi.po,
  po/packages/eo.po, po/packages/pt_BR.po, po/packages/sr.po,
  po/packages/vi.po: Remove obsolete messages.
7470df5d — Ludovic Courtès 11 years ago
Merge branch 'master' into core-updates
240a2775 — Ludovic Courtès 11 years ago
i18n: Move package descriptions from 'guix' to 'guix-packages'.

* po/guix: Merge with po/packages as per
  <https://lists.gnu.org/archive/html/guix-devel/2014-06/msg00058.html>.
* po/packages/LINGUAS: Add eo, pt_BR, sr, and vi.
ee764179 — Ludovic Courtès 11 years ago
Separate package description translations from string translations.

* po/packages/LINGUAS, po/packages/Makevars, po/packages/POTFILES.in:
  New files.
* po/guix/Makevars (DOMAIN): Change to "guix".
  (XGETTEXT_OPTIONS): Remove "--keyword=synopsis --keyword=description".
* po/guix/POTFILES.in: Remove gnu/packages/*.scm.
* configure.ac: Change to gettext 0.18.3.  Produce
  po/packages/Makefile.in.
* Makefile.am (SUBDIRS): Add po/packages.
* guix/ui.scm (%package-text-domain): New variable.
  (P_): New procedure.
  (package->recutils): Use 'P_' instead of '_'.
* guix/scripts/package.scm (find-packages-by-description): Use 'P_'
  instead of 'gettext'.