lang: translation of profile page

This commit is contained in:
AdrienLSH
2024-02-02 11:14:19 +01:00
parent 4cff5eed37
commit 7e5628344c
4 changed files with 22 additions and 10 deletions

View File

@ -32,7 +32,7 @@ class Profiles
/**
*
* @param {String} username
* @returns {?Profile}
* @returns {?Promise<Profile>}
*/
async getProfile(username)
{