blob: 79b501aba0abb6a4c938d00297ff2f1e35a3defc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/bin/bash
# Test script to verify the translation editing functionality
echo "Starting totalrecall GUI with translation editing feature..."
echo ""
echo "Test instructions:"
echo "1. Enter a Bulgarian word (e.g., 'ябълка')"
echo "2. Click 'Generate' or press 'g'"
echo "3. Wait for translation to appear"
echo "4. Try editing the translation in the text field"
echo "5. Navigate away and back to verify the translation was saved"
echo "6. The edited translation should persist"
echo ""
echo "Press Ctrl+C to exit when testing is complete."
echo ""
./totalrecall gui
|