aboutsummaryrefslogtreecommitdiffstats
path: root/swedish/Make.lang
diff options
context:
space:
mode:
authorSwedish Language Team <swedish>1999-04-23 01:23:08 +0000
committerSwedish Language Team <swedish>1999-04-23 01:23:08 +0000
commit608be5dcf05e6c88a099963a3e081ea6aca0ef03 (patch)
tree33a78064bbec3564f0361fe2b71a31ef9bccde60 /swedish/Make.lang
parent91e0aa697822356ecda1979ba51e384283a742b0 (diff)
Added Swedish translation.
CVS version numbers english/template/debian/basic.wml: 1.14 -> 1.15 english/template/debian/common_translation.wml: 1.9 -> 1.10 english/template/debian/consultant.wml: 1.7 -> 1.8 english/template/debian/countries.wml: 1.16 -> 1.17 english/template/debian/ctime.wml: 1.8 -> 1.9 english/template/debian/event.wml: 1.18 -> 1.19 english/template/debian/fixes_link.wml: 1.14 -> 1.15 english/template/debian/footer.wml: 1.16 -> 1.17 english/template/debian/language_names.wml: 1.7 -> 1.8 english/template/debian/languages.wml: 1.20 -> 1.21 english/template/debian/menubar.wml: 1.44 -> 1.45 english/template/debian/navbar.wml: 1.14 -> 1.15 english/template/debian/recent_list.wml: 1.18 -> 1.19 english/template/debian/security.wml: 1.19 -> 1.20 english/template/debian/votebar.wml: 1.13 -> 1.14 swedish/.wmlrc: INITIAL -> 1.1 swedish/Make.common: INITIAL -> 1.1 swedish/Make.dep.generic: INITIAL -> 1.1 swedish/Make.dep.templ: INITIAL -> 1.1 swedish/Make.lang: INITIAL -> 1.1 swedish/Makefile: INITIAL -> 1.1 swedish/contact.wml: INITIAL -> 1.1 swedish/donations.wml: INITIAL -> 1.1 swedish/index.wml: INITIAL -> 1.1 swedish/Pics/Makefile: INITIAL -> 1.1 swedish/Pics/about.sv.gif: INITIAL -> 1.1 swedish/Pics/devel.sv.gif: INITIAL -> 1.1 swedish/Pics/distrib.sv.gif: INITIAL -> 1.1 swedish/Pics/home.sv.gif: INITIAL -> 1.1 swedish/Pics/news.sv.gif: INITIAL -> 1.1 swedish/Pics/search.sv.gif: INITIAL -> 1.1 swedish/Pics/support.sv.gif: INITIAL -> 1.1
Diffstat (limited to 'swedish/Make.lang')
-rw-r--r--swedish/Make.lang21
1 files changed, 21 insertions, 0 deletions
diff --git a/swedish/Make.lang b/swedish/Make.lang
new file mode 100644
index 00000000000..a304dbb6b46
--- /dev/null
+++ b/swedish/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=sv
+LANGUAGECAP=SV
+
+# 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