summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX
diff options
context:
space:
mode:
authorOliver Tappe2006-10-23 22:04:09 +0200
committerOliver Tappe2006-10-23 22:04:09 +0200
commit1430b14d5295b5cb3832ebfede52f750e8d74e07 (patch)
treefc46ee77567ce5e834bf92eefbec0a4e3d91e765 /config-db/OpenSLX
parent* fixed typo in package name (diff)
downloadcore-1430b14d5295b5cb3832ebfede52f750e8d74e07.tar.gz
core-1430b14d5295b5cb3832ebfede52f750e8d74e07.tar.xz
core-1430b14d5295b5cb3832ebfede52f750e8d74e07.zip
* renamed module from full locale name to just the language, it doesn't make much sense to keep
separate files for different encodings and this defines the German translations, not just the translations for Germany. If someone want to come up with translations for Austria, these should then be placed in the (more specific) file 'de_AT.pm'. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@469 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/OpenSLX')
-rw-r--r--config-db/OpenSLX/Translations/de.pm (renamed from config-db/OpenSLX/Translations/de_de_utf8.pm)4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-db/OpenSLX/Translations/de_de_utf8.pm b/config-db/OpenSLX/Translations/de.pm
index 33f2163e..716e3f34 100644
--- a/config-db/OpenSLX/Translations/de_de_utf8.pm
+++ b/config-db/OpenSLX/Translations/de.pm
@@ -1,10 +1,10 @@
-# de_de_utf_8.pm - OpenSLX-translations for the German language.
+# de.pm - OpenSLX-translations for the German language.
#
# (c) 2006 - OpenSLX.com
#
# Oliver Tappe <ot@openslx.com>
#
-package OpenSLX::Translations::de_de_utf8;
+package OpenSLX::Translations::de;
use strict;
use vars qw(@ISA @EXPORT $VERSION);