File: PACKAGE

package info (click to toggle)
libintl-perl 1.26-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,544 kB
  • sloc: perl: 156,143; makefile: 111; sh: 2
file content (27 lines) | stat: -rw-r--r-- 653 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Makefile snippet that holds all package-dependent information.

# Add more languages here!  Beware that this is a makefile snippet and
# you have to adhere to make syntax.
LINGUAS = de \
	  de_AT \
	  it \
	  ru \
	  fr \
	  ar \
	  ar_SA \
	  ga \
	  pt \
	  pt_BR \
	  nl \
          cs

# Textdomain for our package.
TEXTDOMAIN = com.cantanea.simplecal

# Initial copyright holder added to pot and po files.
#COPYRIGHT_HOLDER = Guido Flohr
COPYRIGHT_HOLDER = Edit the file PACKAGE to change this.

# Where to send msgid bugs?  
#MSGID_BUGS_ADDRESS = Guido Flohr <guido.flohr@cantanea.com>
MSGID_BUGS_ADDRESS = Edit the file PACAKGE to change this.