feat: Music support #62
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.
|
* we fallback to default lang.
|
||||||
* @param client Client
|
* @param client Client
|
||||||
* @param text Name of string to fetch
|
* @param text Name of string to fetch
|
||||||
|
* @param lowercase Should the output be lowercased?
|
||||||
* @returns the dictionary
|
* @returns the dictionary
|
||||||
*/
|
*/
|
||||||
export const getLocalizations = (client: Client, text: string, lowercase = false) => {
|
export const getLocalizations = (client: Client, text: string, lowercase = false) => {
|
||||||
|
|
Loading…
Reference in a new issue