Finish i18n of fr

This commit is contained in:
Gucheng Wang
2023-03-18 18:54:05 +08:00
parent 263f804ab8
commit 31e4813df9
13 changed files with 634 additions and 618 deletions

View File

@ -332,12 +332,12 @@ class App extends Component {
{
this.renderAvatar()
}
 
 
{Setting.isMobile() ? null : Setting.getShortName(this.state.account.displayName)} &nbsp; <DownOutlined />
&nbsp;
&nbsp;
&nbsp;
&nbsp;
&nbsp;
{Setting.isMobile() ? null : Setting.getNameAtLeast(this.state.account.displayName)} &nbsp; <DownOutlined />
&nbsp;
&nbsp;
&nbsp;
</div>
</Dropdown>
);