add a comment
This commit is contained in:
parent
1fabba3c3a
commit
72869224e1
1 changed files with 1 additions and 0 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue