~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to stickynotes/info.py

  • Committer: Umang Varma
  • Date: 2012-07-14 01:49:30 UTC
  • Revision ID: git-v1:1da4153dc5272b318c16c7c129e2ac4e5a29cb78
Start using python's locale for l10n

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PO_DIR = 'po'
 
2
MO_DIR = 'locale'
 
3
LOCALE_DOMAIN = "indicator-stickynotes"
 
4
 
 
5
SETTINGS_FILE = "~/.stickynotes"