Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mwlib/lang.py
diff options
context:
space:
mode:
Diffstat (limited to 'mwlib/lang.py')
-rwxr-xr-xmwlib/lang.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/mwlib/lang.py b/mwlib/lang.py
new file mode 100755
index 0000000..ca122a0
--- /dev/null
+++ b/mwlib/lang.py
@@ -0,0 +1,10 @@
+#! /usr/bin/env python
+
+# Copyright (c) 2007-2008 PediaPress GmbH
+# See README.txt for additional licensing information.
+
+import os
+languages = set(open(os.path.join(os.path.dirname(__file__), 'lang.txt')).read().split())
+
+
+