diff --git a/js/translator.js b/js/translator.js index b82a739e..3b8b4e36 100644 --- a/js/translator.js +++ b/js/translator.js @@ -156,11 +156,12 @@ var Translator = (function() { return key; }, - /* load(module, file, callback) + /* load(module, file, isFallback, callback) * Load a translation file (json) and remember the data. * * argument module Module - The module to load the translation file for. * argument file string - Path of the file we want to load. + * argument isFallback boolean - Flag to indicate fallback translations. * argument callback function - Function called when done. */ load: function(module, file, isFallback, callback) {