Describe the args of the i18n methods

This commit is contained in:
Sayamindu Dasgupta 2010-02-01 16:28:19 +05:30
parent 259fca2caa
commit 415f3a3066

View File

@ -94,6 +94,9 @@ def _extract_modification_time(filepath):
def get_locale_path(bundle_id): def get_locale_path(bundle_id):
""" Gets the locale path, the directory where the preferred """ Gets the locale path, the directory where the preferred
MO file is located. MO file is located.
bundle_id -- The bundle id of the activity in question
The preferred MO file is the one with the latest The preferred MO file is the one with the latest
translation. translation.
""" """