Merge pull request #407 from victorbnl/esperanto

Add esperanto translation
This commit is contained in:
RustDesk
2022-02-20 10:05:32 +08:00
committed by GitHub
16 changed files with 391 additions and 13 deletions

View File

@@ -143,7 +143,7 @@ class MyIdMenu: Reactor.Component {
function render() {
return <div #myid>
{this.renderPop()}
ID{svg_menu}
{translate("ID")}{svg_menu}
</div>;
}