aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/Language.py
AgeCommit message (Collapse)Author
2006-03-23re-use try.. except hereAndreas Monzner
2006-03-23- switchtimer added to RecordingTimerStefan Pluecken
- media player to play mp3, ogg (not yet fully working) and ts files (needs gstreamer) - language selection saves a language string instead of a changing index number
2006-03-22add icelandic languageFelix Domke
2006-03-21dont crash when no language files availAndreas Monzner
2006-03-21fixes to language activation callbacks and using the callbacks in mytest for ↵Stefan Pluecken
setting epg language (uncomment for implementation)
2006-03-21use callbacks to signal the change of languageStefan Pluecken
functions can get the language code with: from Components.Language import language lang = language.getLanguage() lang reads for example "de_DE" or "en_EN"
2006-01-19add proper country names, add spanishFelix Domke
2006-01-13fix typo :)Stefan Pluecken
2006-01-13add netherlandsStefan Pluecken
2006-01-11add arabic to the language listStefan Pluecken
change plugin interface: plugins can now have screens or functions as objects to call when plugin is selected plugins can have multiple plugin menu entries
2005-12-18fix not-a-string when using englishStefan Pluecken
add some wizard-stuff
2005-12-14add german umlautsStefan Pluecken
2005-12-12add debug-msgStefan Pluecken
2005-12-11some language-workStefan Pluecken
catch case of not available languages
2005-12-11finish language-menu - the RT_VALIGN_CENTER doesn't work in ↵Stefan Pluecken
eListboxPythonMultiContent... why? add language-screen to the start-wizard, which breaks the startwizard. bug in screen-handling?
2005-11-17translation: don't fail when no language existsFelix Domke
2005-11-17some basic language support (already working a bit)Stefan Pluecken