From 72869224e1f74e4e6ef988c8841f0c472666e2eb Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 4 Feb 2023 19:42:51 +0100 Subject: [PATCH] add a comment --- src/utils/locales.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/locales.ts b/src/utils/locales.ts index c98d6b4..90120da 100644 --- a/src/utils/locales.ts +++ b/src/utils/locales.ts @@ -50,6 +50,7 @@ export const loadLocales = async (default_lang: string) => { * we fallback to default lang. * @param client Client * @param text Name of string to fetch + * @param lowercase Should the output be lowercased? * @returns the dictionary */ export const getLocalizations = (client: Client, text: string, lowercase = false) => {