~j49137/zb-fetcher/main

« back to all changes in this revision

Viewing changes to man-src/gen_pot

  • Committer: J
  • Date: 2012-06-09 14:01:14 UTC
  • Revision ID: j49137@gmail.com-20120609140114-wdfjd6jfkrz69e8n
1.8.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/bash
 
2
 
 
3
prog="ZetaBoards topic fetcher"
 
4
cd "`dirname "$0"`"
 
5
version=`head -n1 ../README | sed "s/$prog \(.*\)\./\1/"`
 
6
po4a-gettextize -f man -m man1/zb-fetcher.1 -p po/zb-fetcher.1.pot.tmp
 
7
cd po
 
8
echo "# Template for $prog translations.
 
9
# This file is distributed under the new BSD license.
 
10
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
 
11
#
 
12
#, fuzzy
 
13
msgid \"\"
 
14
msgstr \"\"
 
15
\"Project-Id-Version: $version\n\"" > zb-fetcher.1.pot
 
16
tail -n+10 zb-fetcher.1.pot.tmp >> zb-fetcher.1.pot
 
17
rm zb-fetcher.1.pot.tmp