Ticket #3287: patch.po.4.8.13.diff

File patch.po.4.8.13.diff, 919 bytes (added by Polleke, 10 years ago)

patch for mc.ext and misc.sh

  • misc/mc.ext.in

    old new  
    655655# Gettext Catalogs 
    656656shell/.mo 
    657657        View=%view{ascii} @EXTHELPERSDIR@/misc.sh view mo 
     658shell/.po 
     659        View=%view{ascii} @EXTHELPERSDIR@/misc.sh view po 
     660        Open=@EXTHELPERSDIR@/misc.sh open po 
    658661 
    659662# lyx 
    660663shell/i/.lyx 
  • misc/ext.d/misc.sh.in

    old new  
    4141        msgunfmt "${MC_EXT_FILENAME}" || \ 
    4242            cat "${MC_EXT_FILENAME}" 
    4343        ;; 
     44    po) 
     45        poedit "${MC_EXT_FILENAME}" 
     46        ;; 
    4447    lyx) 
    4548        lyxcat "${MC_EXT_FILENAME}" 
    4649        ;; 
     
    7578            (glade-2 "${MC_EXT_FILENAME}" >/dev/null 2>&1 &) 
    7679        fi 
    7780        ;; 
     81    po) 
     82        poedit "${MC_EXT_FILENAME}" 
     83        ;; 
    7884    lyx) 
    7985        lyx "${MC_EXT_FILENAME}" 
    8086        ;;