Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • stable protected
  • kevin/415-mbox-parsing
  • kevin/stable-mx-maildir-check-fix
  • kevin/stable-isspace-fix
  • mutt-2-2-14-rel
  • mutt-2-2-13-rel
  • mutt-2-2-12-rel
  • mutt-2-2-11-rel
  • mutt-2-2-10-rel
  • mutt-2-2-9-rel
  • mutt-2-2-8-rel
  • mutt-2-2-7-rel
  • mutt-2-2-6-rel
  • mutt-2-2-5-rel
  • mutt-2-2-4-rel
  • mutt-2-2-3-rel
  • mutt-2-2-2-rel
  • mutt-2-2-1-rel
  • mutt-2-2-rel
  • mutt-2-1-5-rel
  • mutt-2-1-4-rel
  • mutt-2-1-3-rel
  • mutt-2-1-2-rel
  • mutt-2-1-1-rel
25 results

OPS.SIDEBAR

  • Kevin J. McCarthy's avatar
    7fd331fd
    Scan OPS files directly for gettext translation strings. · 7fd331fd
    Kevin J. McCarthy authored
    Previously, gettext's po/Makefile.in.in was modified to separately
    scan and merge a generated file: keymap_alldefs.h.  Gettext doesn't
    recommend nor provide support for scanning generated files.
    
    However, there is no reason we have to scan the generated file.
    Instead move the N_() markers and L10N comments into the OPS files.
    Then simply add the OPS files to po/POTFILES.in.
    
    Add a '--language=C' option to xgettext to avoid a warning about the
    OPS files not have any known language suffix.
    
    Modify gen_defs and doc/gen-map-doc to deal with the new format of the
    OPS files.
    7fd331fd
    History
    Scan OPS files directly for gettext translation strings.
    Kevin J. McCarthy authored
    Previously, gettext's po/Makefile.in.in was modified to separately
    scan and merge a generated file: keymap_alldefs.h.  Gettext doesn't
    recommend nor provide support for scanning generated files.
    
    However, there is no reason we have to scan the generated file.
    Instead move the N_() markers and L10N comments into the OPS files.
    Then simply add the OPS files to po/POTFILES.in.
    
    Add a '--language=C' option to xgettext to avoid a warning about the
    OPS files not have any known language suffix.
    
    Modify gen_defs and doc/gen-map-doc to deal with the new format of the
    OPS files.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.