From 93a2b996386c989bd28013332086f7489e7c7b52 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Wed, 20 Jan 2010 16:44:00 +0100 Subject: added localization support + german language --- Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..479ddab --- /dev/null +++ b/Makefile @@ -0,0 +1,25 @@ +############################################################################ +# Copyright 2009 Benjamin Kellermann # +# # +# This file is part of dudle. # +# # +# Dudle is free software: you can redistribute it and/or modify it under # +# the terms of the GNU Affero General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# Dudle is distributed in the hope that it will be useful, but WITHOUT ANY # +# WARRANTY; without even the implied warranty of MERCHANTABILITY or # +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public # +# License for more details. # +# # +# You should have received a copy of the GNU Affero General Public License # +# along with dudle. If not, see . # +############################################################################ + +locale/dudle.pot: *.rb *.cgi + rm locale/dudle.pot + rgettext *.cgi *.rb -o locale/dudle.pot + +%.mo: %.po + rmsgfmt $*.po -o $*.mo -- cgit v1.2.3