add missing locale worker to libantosdk source

This commit is contained in:
mrsang
2021-05-02 13:17:40 +02:00
parent d4bbb11b0b
commit 9509460743
5 changed files with 398 additions and 11 deletions

View File

@ -150,7 +150,7 @@ namespace OS {
this.logger().clear();
this.app
.openDialog("FileDialog", {
title: "__(New CodePad extension at)",
title: "__(New extension at)",
file: { basename: __("ExtensionName") },
mimes: ["dir"],
})