add a comment

This commit is contained in:
Mylloon 2023-02-04 19:42:51 +01:00
parent 1fabba3c3a
commit 72869224e1
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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) => {