~ubuntu-branches/ubuntu/quantal/ubiquity-slideshow-ubuntu/quantal

« back to all changes in this revision

Viewing changes to Slideshow.py

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber, Stéphane Graber, Dylan McCall
  • Date: 2012-10-01 12:09:50 UTC
  • Revision ID: package-import@ubuntu.com-20121001120950-3z3d630295s9fqbr
Tags: 64
[ Stéphane Graber ]
* Fix invalid html in Xubuntu slideshow preventing pot files generation.
  (LP: #1043222)
* Re-generate all po templates (was already manually imported in Launchpad)
* Update translations from Launchpad.

[ Dylan McCall ]
* Updated copy for Ubuntu slideshow. (LP: #1056456, LP: #1054346)

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        '''
63
63
        def _find_available_locale(self, locale):
64
64
                base_slides_dir = os.path.join(self.path, 'slides', 'l10n')
65
 
                extra_slides_dir = os.path.join(base_slides_dir, 'extra')
 
65
                extra_slides_dir = os.path.join(self.path, 'slides', 'extra')
66
66
                
67
67
                ll_cc = locale.split('.')[0]
68
68
                ll = ll_cc.split('_')[0]