aboutsummaryrefslogtreecommitdiffstats
path: root/finnish/Make.lang
diff options
context:
space:
mode:
authorFinnish Language Team <finnish>1999-04-23 13:59:48 +0000
committerFinnish Language Team <finnish>1999-04-23 13:59:48 +0000
commit883d283f8ed759e02ee10bdc167f817ea740bf9f (patch)
treed1bbe5c098b6d7bb94f500882453069d6cd4e593 /finnish/Make.lang
parentb0b5961934d2451abaf193c484bf890a67a34872 (diff)
Initial Finnish translation for the common stuff.
CVS version numbers english/template/debian/basic.wml: 1.16 -> 1.17 english/template/debian/common_translation.wml: 1.10 -> 1.11 english/template/debian/consultant.wml: 1.8 -> 1.9 english/template/debian/countries.wml: 1.17 -> 1.18 english/template/debian/event.wml: 1.19 -> 1.20 english/template/debian/footer.wml: 1.17 -> 1.18 english/template/debian/language_names.wml: 1.10 -> 1.11 english/template/debian/languages.wml: 1.21 -> 1.22 english/template/debian/menubar.wml: 1.45 -> 1.46 english/template/debian/navbar.wml: 1.15 -> 1.16 english/template/debian/recent_list.wml: 1.19 -> 1.20 english/template/debian/security.wml: 1.20 -> 1.21 english/template/debian/votebar.wml: 1.15 -> 1.16 finnish/.wmlrc: INITIAL -> 1.1 finnish/Make.common: INITIAL -> 1.1 finnish/Make.dep.generic: INITIAL -> 1.1 finnish/Make.dep.templ: INITIAL -> 1.1 finnish/Make.lang: INITIAL -> 1.1 finnish/Makefile: INITIAL -> 1.1
Diffstat (limited to 'finnish/Make.lang')
-rw-r--r--finnish/Make.lang21
1 files changed, 21 insertions, 0 deletions
diff --git a/finnish/Make.lang b/finnish/Make.lang
new file mode 100644
index 00000000000..0cad7785752
--- /dev/null
+++ b/finnish/Make.lang
@@ -0,0 +1,21 @@
+# The LANGUAGE variable needs to be set for each language.
+# LANGUAGECAP is just the capitalization of LANGUAGE (this is needed for wml slices)
+LANGUAGE=fi
+LANGUAGECAP=FI
+
+# The '-q' forces wml to be quiet. Very useful in scripts.
+# It is sometimes useful to add '--epilog=weblint' to check for errors
+# in the html generated.
+# Other languages may want to change the wml command to execute programs
+# that get run before or after wml. For example,
+# WML="wml -q --prolog="/usr/bin/tcs <options here>" \
+# --epilog="/usr/bin/tcs <options here> > $(@D)/$(@F)" \
+# -o $(@F)
+# If you use --epilog as above, then you will want to add a line to
+# Make.templ.inc to remove $(@F) after WML is done.
+WMLOPTIONS=-q
+WMLOUTFILE=$(@F)
+WMLPROLOG=
+WMLEPILOG=
+WML=wml $(WMLOPTIONS) -o UNDEFu$(LANGUAGECAP):$(WMLOUTFILE) $(WMLPROLOG) $(WMLEPILOG)
+

© 2014-2024 Faster IT GmbH | imprint | privacy policy