~ubuntu-branches/debian/sid/kexi/sid

« back to all changes in this revision

Viewing changes to src/plugins/forms/widgets/mapbrowser/Messages.sh

  • Committer: Package Import Robot
  • Author(s): Pino Toscano
  • Date: 2017-06-24 20:10:10 UTC
  • Revision ID: package-import@ubuntu.com-20170624201010-5lrzd5r2vwthwifp
Tags: upstream-3.0.1.1
ImportĀ upstreamĀ versionĀ 3.0.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
source ../../../../../kundo2_aware_xgettext.sh
 
3
 
 
4
potfile=kexiforms_mapwidgetplugin.pot
 
5
find_exclude $potfile
 
6
 
 
7
# Exclude files containing "#warning noi18n"
 
8
LIST=`find . \( $EXCLUDE \) -prune -o \( -name \*.h -o -name \*.cpp -o -name \*.cc -o -name \*.hxx -o -name \*.cxx \) -type f -print | sort | while read f ; do \
 
9
    if ! grep -q '^#warning noi18n ' $f ; then echo $f; fi \
 
10
done \
 
11
`
 
12
kundo2_aware_xgettext $potfile $LIST
 
13
rm -f rc.cpp