feat: Adding French language
This commit is contained in:
@@ -98,6 +98,14 @@ export function ConnectClusterServer(arg1) {
|
||||
return window['go']['main']['App']['ConnectClusterServer'](arg1);
|
||||
}
|
||||
|
||||
export function ContestDupe(arg1, arg2, arg3, arg4, arg5) {
|
||||
return window['go']['main']['App']['ContestDupe'](arg1, arg2, arg3, arg4, arg5);
|
||||
}
|
||||
|
||||
export function ContestStats(arg1, arg2, arg3, arg4) {
|
||||
return window['go']['main']['App']['ContestStats'](arg1, arg2, arg3, arg4);
|
||||
}
|
||||
|
||||
export function CountQSO() {
|
||||
return window['go']['main']['App']['CountQSO']();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user