change name to ai translate client

This commit is contained in:
Julian Freeman
2026-02-23 19:57:44 -04:00
parent 44c98f1d44
commit f183cccd5b
60 changed files with 32 additions and 32 deletions

View File

@@ -2,5 +2,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
gemmatrans_client_lib::run()
ai_translate_client_lib::run()
}