From 667123895db5adfd6515f630d0d6daa740b6576b Mon Sep 17 00:00:00 2001 From: mszulecki Date: Fri, 23 Feb 2007 18:39:43 +0000 Subject: Add i18n support stubs and adjust chain. git-svn-id: http://svn.sukimashita.com/repos/dskel/trunk@15 4281df72-ff29-0410-8fee-2d9ac0c5f5a7 --- po/LINGUAS | 3 +++ po/POTFILES.in | 4 ++++ po/de.po | 21 +++++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 po/LINGUAS create mode 100644 po/POTFILES.in create mode 100644 po/de.po (limited to 'po') diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..0eddece --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,3 @@ +# please keep this list sorted alphabetically +# +de diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..10f182b --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,4 @@ +# List of source files containing translatable strings. +# Please keep this file in alphabetical order. +[encoding: UTF-8] +src/helloworld.d diff --git a/po/de.po b/po/de.po new file mode 100644 index 0000000..6b37cce --- /dev/null +++ b/po/de.po @@ -0,0 +1,21 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2007-02-23 18:11+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/helloworld.d:12 +msgid "Hello!" +msgstr "Hallo!" -- cgit v1.1-32-gdbae