Skip to content

Commit 7a0167b

Browse files
authored
Merge pull request #239 from olivertzeng/upstream-locale
2 parents ad350f9 + 23081a1 commit 7a0167b

File tree

12 files changed

+9372
-9356
lines changed

12 files changed

+9372
-9356
lines changed

po/POTFILES

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,27 @@
1-
src/ui/thread_editing.py
2-
src/ui/widgets/profilerow.py
3-
src/ui/widgets/barchart.py
4-
src/ui/widgets/file.py
5-
src/ui/widgets/terminal_dialog.py
6-
src/ui/widgets/comborow.py
7-
src/ui/widgets/latex.py
8-
src/ui/widgets/website.py
9-
src/ui/widgets/documents_reader.py
10-
src/ui/widgets/markuptextview.py
11-
src/ui/widgets/thinking.py
12-
src/ui/widgets/tipscarousel.py
13-
src/ui/widgets/websearch.py
14-
src/ui/widgets/multiline.py
15-
src/ui/widgets/copybox.py
16-
src/ui/screenrecorder.py
17-
src/ui/mini_window.py
18-
src/ui/presentation.py
19-
src/ui/shortcuts.py
20-
src/ui/profile.py
21-
src/ui/extension.py
22-
src/ui/settings.py
23-
src/handlers/llm/newelle_handler.py
24-
src/handlers/llm/mistral_handler.py
25-
src/handlers/llm/gpt3any_handler.py
26-
src/handlers/llm/deepseek_handler.py
1+
src/handlers/embeddings/embedding.py
2+
src/handlers/embeddings/gemini_handler.py
3+
src/handlers/embeddings/ollama_handler.py
4+
src/handlers/embeddings/openai_handler.py
5+
src/handlers/embeddings/wordllama_handler.py
6+
src/handlers/handler.py
277
src/handlers/llm/custom_handler.py
8+
src/handlers/llm/deepseek_handler.py
9+
src/handlers/llm/gpt3any_handler.py
2810
src/handlers/llm/gpt4all_handler.py
29-
src/handlers/llm/ollama_handler.py
3011
src/handlers/llm/groq_handler.py
3112
src/handlers/llm/llm.py
32-
src/handlers/llm/openrouter_handler.py
33-
src/handlers/llm/openai_handler.py
13+
src/handlers/llm/mistral_handler.py
14+
src/handlers/llm/newelle_handler.py
15+
src/handlers/llm/ollama_handler.py
3416
src/handlers/llm/claude_handler.py
17+
src/handlers/llm/openai_handler.py
18+
src/handlers/llm/openrouter_handler.py
3519
src/handlers/llm/gemini_handler.py
36-
src/handlers/tts/custom_handler.py
37-
src/handlers/tts/tts.py
38-
src/handlers/tts/custom_openai_tts.py
39-
src/handlers/tts/elevenlabs_handler.py
40-
src/handlers/tts/groq_tts_handler.py
41-
src/handlers/tts/openai_tts_handler.py
20+
src/handlers/memory/memoripy_handler.py
21+
src/handlers/memory/summary_memoripy_handler.py
22+
src/handlers/memory/user_summary_handler.py
23+
src/handlers/rag/llamaindex_handler.py
24+
src/handlers/rag/rag_handler.py
4225
src/handlers/stt/custom_handler.py
4326
src/handlers/stt/sphinx_handler.py
4427
src/handlers/stt/vosk_handler.py
@@ -48,29 +31,46 @@ src/handlers/stt/googlesr_handler.py
4831
src/handlers/stt/groqsr_handler.py
4932
src/handlers/stt/openaisr_handler.py
5033
src/handlers/stt/witai_handler.py
51-
src/handlers/embeddings/gemini_handler.py
52-
src/handlers/embeddings/openai_handler.py
53-
src/handlers/embeddings/wordllama_handler.py
54-
src/handlers/embeddings/embedding.py
55-
src/handlers/embeddings/ollama_handler.py
56-
src/handlers/memory/memoripy_handler.py
57-
src/handlers/memory/summary_memoripy_handler.py
58-
src/handlers/memory/user_summary_handler.py
59-
src/handlers/rag/rag_handler.py
60-
src/handlers/rag/llamaindex_handler.py
61-
src/handlers/handler.py
34+
src/handlers/tts/custom_handler.py
35+
src/handlers/tts/custom_openai_tts.py
36+
src/handlers/tts/elevenlabs_handler.py
37+
src/handlers/tts/groq_tts_handler.py
38+
src/handlers/tts/openai_tts_handler.py
39+
src/handlers/tts/tts.py
6240
src/handlers/websearch/duckduckgo_handler.py
6341
src/handlers/websearch/tavily.py
64-
src/utility/util.py
42+
src/integrations/websearch.py
43+
src/integrations/website_reader.py
44+
src/ui/profile.py
45+
src/ui/screenrecorder.py
46+
src/ui/shortcuts.py
47+
src/ui/thread_editing.py
48+
src/ui/widgets/barchart.py
49+
src/ui/widgets/comborow.py
50+
src/ui/widgets/copybox.py
51+
src/ui/widgets/documents_reader.py
52+
src/ui/widgets/latex.py
53+
src/ui/widgets/markuptextview.py
54+
src/ui/widgets/multiline.py
55+
src/ui/widgets/profilerow.py
56+
src/ui/widgets/terminal_dialog.py
57+
src/ui/widgets/thinking.py
58+
src/ui/widgets/websearch.py
59+
src/ui/widgets/website.py
60+
src/ui/widgets/file.py
61+
src/ui/widgets/tipscarousel.py
62+
src/ui/extension.py
63+
src/ui/mini_window.py
64+
src/ui/presentation.py
65+
src/ui/settings.py
6566
src/utility/audio_recorder.py
6667
src/utility/message_chunk.py
68+
src/utility/util.py
6769
src/utility/strings.py
68-
src/integrations/websearch.py
69-
src/integrations/website_reader.py
70-
src/extensions.py
71-
src/main.py
7270
src/constants.py
7371
src/controller.py
72+
src/extensions.py
73+
src/main.py
7474
src/window.py
7575
data/io.github.qwersyk.Newelle.desktop.in
7676
data/io.github.qwersyk.Newelle.gschema.xml

0 commit comments

Comments
 (0)