mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Document async function as returning a promise.
This commit is contained in:
parent
128cb1af46
commit
7b5d506cec
@ -8,7 +8,7 @@ const existingLocaleCodes = allLocales.map(locale => locale.code.toLowerCase().r
|
||||
* Returns a preferred language code, based on settings within the user's browser. If we have no translations for the
|
||||
* users preferred locales, 'en' is returned.
|
||||
*
|
||||
* @returns {string} A locale code, either one from the user's preferred list that we have a translation for, or 'en'
|
||||
* @returns {Promise<string>} Promises a locale code, either one from the user's preferred list that we have a translation for, or 'en'
|
||||
*
|
||||
*/
|
||||
async function getFirstPreferredLangCode () {
|
||||
|
Loading…
Reference in New Issue
Block a user