Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSayamindu Dasgupta <sayamindu@gmail.com>2010-02-01 10:58:19 (GMT)
committer Sayamindu Dasgupta <sayamindu@gmail.com>2010-02-01 10:58:19 (GMT)
commit415f3a30660377703929f2c8f6ec0cf60c11bacc (patch)
tree9e61b90f43577e5fedd8adbf03bdd09cfd558abc
parent259fca2caa941234da79ad325f513e5ed784e211 (diff)
Describe the args of the i18n methods
-rw-r--r--src/sugar/activity/i18n.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sugar/activity/i18n.py b/src/sugar/activity/i18n.py
index 0963ffa..b973221 100644
--- a/src/sugar/activity/i18n.py
+++ b/src/sugar/activity/i18n.py
@@ -94,6 +94,9 @@ def _extract_modification_time(filepath):
def get_locale_path(bundle_id):
""" Gets the locale path, the directory where the preferred
MO file is located.
+
+ bundle_id -- The bundle id of the activity in question
+
The preferred MO file is the one with the latest
translation.
"""