~timo-jyrinki/ubuntu-online-tour/fix_1019025

« back to all changes in this revision

Viewing changes to translate-html/translate_html/translate_htmlconfig.py

  • Committer: David Planella
  • Date: 2012-01-20 09:16:13 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: david.planella@ubuntu.com-20120120091613-4taa4tzpw20a77e8
Renamed the po folder to po-html to allow for a consistent naming if using other translation domains (e.g. if a desktop file is translated with intltool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
__version__ = 'VERSION'
35
35
 
36
36
import os
37
 
 
 
37
PO_FOLDER = 'po-html'
38
38
 
39
39
class project_path_not_found(Exception):
40
40
    """Raised when we can't find the project directory."""