summaryrefslogtreecommitdiffstats
path: root/data/lang-table
Commit message (Collapse)AuthorAgeFilesLines
* Remove lang-table and localeinfo.pyVratislav Podzimek2012-09-041-61/+0
| | | | | We no longer use lang-table for anything. localeinfo.py is module for accessing data from lang-table.
* Change what the third column of lang-table means.Chris Lumens2011-10-311-61/+61
| | | | | | | | It now means "is text mode supported for this language?". It used to store which font we'd use to display the language, where "none" meant that text mode didn't work in that language. However, we don't ever set the font based upon that column and we shouldn't really ever be setting the font ourselves anyway.
* Fix the locale value for Bengali (India)Martin Gracik2010-10-251-1/+1
|
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-0/+61
a real Python package. Also updates the build and autotools stuff to work with the new structure