From f536a4838a3226d211420cba6db0e048605a7b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jerna=C5=9B?= Date: Thu, 17 Jun 2010 16:58:01 +0200 Subject: [PATCH] Create basic intltool infrastructure --- po/POTFILES.in | 13 +++++++++++++ {locale => po}/es.po | 0 {locale => po}/nl.po | 0 {locale => po}/pl.po | 0 4 files changed, 13 insertions(+) create mode 100644 po/POTFILES.in rename {locale => po}/es.po (100%) rename {locale => po}/nl.po (100%) rename {locale => po}/pl.po (100%) diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 00000000..21730234 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,13 @@ +SparkleShare/SparkleBubble.cs +SparkleShare/SparkleBubble.osx.cs +SparkleShare/SparkleDialog.cs +SparkleShare/SparkleHelpers.cs +SparkleShare/SparklePaths.cs +SparkleShare/SparklePlatform.cs +SparkleShare/SparkleRepo.cs +SparkleShare/SparkleShare.cs +SparkleShare/SparkleSpinner.cs +SparkleShare/SparkleStatusIcon.cs +SparkleShare/SparkleUI.cs +SparkleShare/SparkleWindow.cs + diff --git a/locale/es.po b/po/es.po similarity index 100% rename from locale/es.po rename to po/es.po diff --git a/locale/nl.po b/po/nl.po similarity index 100% rename from locale/nl.po rename to po/nl.po diff --git a/locale/pl.po b/po/pl.po similarity index 100% rename from locale/pl.po rename to po/pl.po