This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: UTF-8 -*- | |
##################################################################### | |
# List of spoken languages taken from Wikipedia: | |
# http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes | |
# and translated into a Python list of dictionaries. | |
# | |
# Copyless 2011 Juancarlo Añez <[email protected]> | |
##################################################################### |