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
commit c117eaee2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>;
}