File: TRANSLATIONS

package info (click to toggle)
gimp-plugin-registry 5.20120621
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 56,020 kB
  • sloc: ansic: 46,068; lisp: 20,560; python: 14,495; sh: 3,294; cpp: 2,528; makefile: 1,041; xml: 546
file content (16 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TRANSLATIONS
============

If you want to contribute by translating the program to any language, go to
the 'po' directory and open the file 'Makefile'. Add your language to

	LANGUAGES = de ru it pl <your language>

with a valid locale name. Then state

	make update-po

which will create the file '<your language>.po'

Translate this file and send '<your language>.po' to the program maintainer.
This would be <marco.rossini@gmx.net>. Thank you!