Internationalisation tidy up

Amended script and application history.
This commit is contained in:
Philip Abbey
2025-09-14 14:13:57 +01:00
parent 72b96c8f4d
commit 28dc5a163c
3 changed files with 10 additions and 1 deletions

View File

@@ -20,5 +20,12 @@ rem https://developer.garmin.com/connect-iq/reference-guides/monkey-c-comman
rem
rem -----------------------------------------------------------------------------------
rem 'pip' instructs us to add this to the PATH for 'websockets.exe' and 'httpx.exe'
PATH=%PATH%;%USERPROFILE%\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts
rem pip install google-genai beautifulsoup4 lxml
rem Read the API key from a text file excluded from git.
rem Copy the API key from your project in https://aistudio.google.com/app/apikey into this file.
set /p GEMINI_API_KEY=<".\gemini_api_key.txt"
rem echo Using Gemini API Key: %GEMINI_API_KEY%
python translate.py
pause