lang: translation of profile page

This commit is contained in:
AdrienLSH
2024-02-02 11:14:19 +01:00
parent 8534f4bafb
commit c4619b0ff7
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)
{