| 
      
            Lines 284-290
          function po_create_installer_marc21 ()  { return po_create_type('installer-MARC2
      
      
        Link Here
      
     | 
  
        
          | 284 | 
          function po_create_installer_unimarc () { return po_create_type('installer-UNIMARC') } | 
          284 | 
          function po_create_installer_unimarc () { return po_create_type('installer-UNIMARC') } | 
        
        
          | 285 | 
           | 
          285 | 
           | 
        
        
          | 286 | 
          function po_update_type (type) { | 
          286 | 
          function po_update_type (type) { | 
        
          
            
              | 287 | 
                  const msgmerge_opts = '--backup=off --quiet -F --update';  | 
              287 | 
                  const msgmerge_opts = '--backup=off --no-wrap --quiet -F --update';  | 
            
        
          | 288 | 
              const cmd = `msgmerge ${msgmerge_opts} <%= file.path %> misc/translator/Koha-${type}.pot`; | 
          288 | 
              const cmd = `msgmerge ${msgmerge_opts} <%= file.path %> misc/translator/Koha-${type}.pot`; | 
        
        
          | 289 | 
              const languages = getLanguages();  | 
          289 | 
              const languages = getLanguages();  | 
        
        
          | 290 | 
              const globs = languages.map(language => `misc/translator/po/${language}-${type}.po`); | 
          290 | 
              const globs = languages.map(language => `misc/translator/po/${language}-${type}.po`); | 
        
            
              | 291 | 
              -   | 
               | 
               |