summaryrefslogtreecommitdiff
path: root/mk/tools/msgfmt.sh
AgeCommit message (Expand)AuthorFilesLines
2018-08-22Remove clauses 3,4 from TNF-only copyright blocks.maya1-8/+1
2010-04-10strip \r in awk script, avoid to extra `tr' exec.obache1-3/+1
2010-04-09Use patch from obache that strips out DOS line endings.wiz1-1/+3
2009-03-27Pass some additional options down as used by the scmgit-base build.joerg1-2/+5
2009-03-22Rename MSGFMT_STRIP_MSGCTX to MSGFMT_STRIP_MSGCTXT to reflect what isjoerg1-3/+3
2009-03-20Refactor msgfmt.sh script to conditionally strip the msgid_plural forjoerg1-260/+11
2007-09-25Fix a comment (gnome-vfs2 -> gnome-vfs).hira1-2/+2
2007-05-10Recognize argment "-" as $pofile.obache1-2/+2
2007-05-07Change input file lookup behavior to close to gnu msgfmt's implementation.obache1-7/+10
2006-12-15Remove trailing tabs.martti1-2/+2
2006-06-23Change the way that "\c" is processed within the msg strings: if wejlam1-1/+49
2006-06-20Executiing "msgfmt ru" should look for "ru" and then "ru.po" forjlam1-1/+16
2006-06-20Allow for arbitrary whitespace on the line before seeing any of thejlam1-3/+3
2006-06-13At the point where we invoke msgfmt during the build phase, the softwarejlam1-1/+5
2006-06-05Minor fix for last commit... in the case where msgstr is just thejlam1-10/+4
2006-06-04Extend msgfmt.sh script to handle the following cases:jlam1-15/+77
2006-05-20Modify msgfmt.sh to make the following changes when filtering *.po files:jlam1-18/+27
2006-05-20We can simplify MSGSTRN_RE because we already catch the msgstr[0] andjlam1-2/+2
2006-05-20Rename ORE to OBSOLETE_RE for more clarity in the variable name.jlam1-16/+16
2006-05-20Restore "unnecessary" variable... sometimes we use named constants forjlam1-2/+3
2006-05-10Don't let this program get confused just because there is no white-spacerillig1-3/+2
2006-04-15Reorder the loop so that we can never get into an infinite loop. Wejlam1-10/+6
2006-04-15Modify the loop so that the statements and comment lines can bejlam1-13/+27
2006-04-15Replace a re-used regular expression with a constant.jlam1-8/+10
2006-04-14Drop all msgstr[N] translations besides msgstr[0] and msgstr[1] becausejlam1-1/+14
2006-04-14Whitespace changes for proper indentation.jlam1-99/+103
2006-04-14Remove debugging code so that we actually invoke msgfmt.jlam1-4/+1
2006-04-14Avoid using the awk input loop and use our own while loop in a BEGINjlam1-64/+70
2006-04-14Support a --debug flag that dumps the output of the awk script to ajlam1-2/+16
2006-04-14Now that I understand why we strip "#~" from the head of lines, stripjlam1-3/+10
2006-04-14Use the correct cat command.jlam1-2/+3
2006-04-14Document the puzzling line that strips "#~" from the start of lines.jlam1-2/+6
2006-04-14Add TNF copyright to file as suggested by jmmv in private email.jlam1-1/+36
2006-04-13Do a bit more error-checking -- if no input file is specified, just runjlam1-1/+3
2006-04-13Overhaul the way packages can ask for "msgfmt". If a package needsjlam1-0/+189