UPDATE: update new language patch
This commit is contained in:
@@ -8,7 +8,7 @@ import {Call as $Call, Create as $Create} from "@wailsio/runtime";
|
||||
|
||||
/**
|
||||
* @param {string} path
|
||||
* @returns {Promise<[string, string]> & { cancel(): void }}
|
||||
* @returns {Promise<[boolean, string, string, string]> & { cancel(): void }}
|
||||
*/
|
||||
export function GetLanguage(path) {
|
||||
let $resultPromise = /** @type {any} */($Call.ByID(3450750492, path));
|
||||
@@ -19,7 +19,7 @@ export function GetLanguage(path) {
|
||||
* @param {string} path
|
||||
* @param {string} text
|
||||
* @param {string} voice
|
||||
* @returns {Promise<boolean> & { cancel(): void }}
|
||||
* @returns {Promise<[boolean, string]> & { cancel(): void }}
|
||||
*/
|
||||
export function SetLanguage(path, text, voice) {
|
||||
let $resultPromise = /** @type {any} */($Call.ByID(2793672496, path, text, voice));
|
||||
|
||||
Reference in New Issue
Block a user