From 415f3a30660377703929f2c8f6ec0cf60c11bacc Mon Sep 17 00:00:00 2001 From: Sayamindu Dasgupta Date: Mon, 1 Feb 2010 16:28:19 +0530 Subject: [PATCH] Describe the args of the i18n methods --- src/sugar/activity/i18n.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sugar/activity/i18n.py b/src/sugar/activity/i18n.py index 0963ffad..b9732216 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. """