Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mwlib/lang.py
blob: ca122a001912be7ec246f753cfe9323f48d3c074 (plain)
1
2
3
4
5
6
7
8
9
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())