feat: Adding French language

This commit is contained in:
2026-07-05 03:07:44 +02:00
parent e590a58702
commit 3a6afc28ac
11 changed files with 696 additions and 171 deletions
+8
View File
@@ -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']();
}