Skip to content

Commit 1b233f3

Browse files
authored
Merge pull request #260 from olivertzeng/upstream-locale
feat(zh_TW): added new strings
2 parents 19d75dc + 3e69dfa commit 1b233f3

File tree

12 files changed

+8486
-7429
lines changed

12 files changed

+8486
-7429
lines changed

po/POTFILES

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ src/handlers/llm/gpt4all_handler.py
1313
src/handlers/llm/groq_handler.py
1414
src/handlers/llm/llm.py
1515
src/handlers/llm/mistral_handler.py
16+
src/handlers/llm/openai_handler.py
17+
src/handlers/llm/openrouter_handler.py
18+
src/handlers/llm/g4f_handler.py
1619
src/handlers/llm/newelle_handler.py
1720
src/handlers/llm/ollama_handler.py
18-
src/handlers/llm/openrouter_handler.py
19-
src/handlers/llm/openai_handler.py
2021
src/handlers/memory/memoripy_handler.py
2122
src/handlers/memory/summary_memoripy_handler.py
2223
src/handlers/memory/user_summary_handler.py
@@ -26,21 +27,21 @@ src/handlers/stt/custom_handler.py
2627
src/handlers/stt/googlesr_handler.py
2728
src/handlers/stt/groqsr_handler.py
2829
src/handlers/stt/openaisr_handler.py
29-
src/handlers/stt/sphinx_handler.py
3030
src/handlers/stt/vosk_handler.py
3131
src/handlers/stt/whisper_handler.py
3232
src/handlers/stt/witai_handler.py
33+
src/handlers/stt/sphinx_handler.py
3334
src/handlers/stt/whispercpp_handler.py
34-
src/handlers/tts/custom_handler.py
3535
src/handlers/tts/custom_openai_tts.py
3636
src/handlers/tts/elevenlabs_handler.py
3737
src/handlers/tts/groq_tts_handler.py
3838
src/handlers/tts/openai_tts_handler.py
39+
src/handlers/tts/custom_handler.py
3940
src/handlers/tts/tts.py
4041
src/handlers/websearch/tavily.py
4142
src/handlers/websearch/duckduckgo_handler.py
42-
src/integrations/websearch.py
4343
src/integrations/website_reader.py
44+
src/integrations/websearch.py
4445
src/ui/profile.py
4546
src/ui/screenrecorder.py
4647
src/ui/thread_editing.py
@@ -52,30 +53,33 @@ src/ui/widgets/markuptextview.py
5253
src/ui/widgets/multiline.py
5354
src/ui/widgets/profilerow.py
5455
src/ui/widgets/terminal_dialog.py
55-
src/ui/widgets/thinking.py
56-
src/ui/widgets/tipscarousel.py
57-
src/ui/widgets/file.py
58-
src/ui/widgets/code_editor.py
59-
src/ui/widgets/websearch.py
60-
src/ui/widgets/website.py
6156
src/ui/widgets/browser.py
57+
src/ui/widgets/code_editor.py
6258
src/ui/widgets/copybox.py
59+
src/ui/widgets/website.py
60+
src/ui/widgets/file.py
61+
src/ui/widgets/tipscarousel.py
62+
src/ui/widgets/thinking.py
63+
src/ui/widgets/websearch.py
64+
src/ui/explorer.py
65+
src/ui/shortcuts.py
6366
src/ui/mini_window.py
6467
src/ui/presentation.py
65-
src/ui/settings.py
66-
src/ui/shortcuts.py
67-
src/ui/explorer.py
6868
src/ui/extension.py
69+
src/ui/settings.py
70+
src/ui/stdout_monitor.py
6971
src/utility/audio_recorder.py
70-
src/utility/message_chunk.py
7172
src/utility/util.py
72-
src/utility/strings.py
7373
src/utility/website_scraper.py
74-
src/main.py
74+
src/utility/strings.py
75+
src/utility/message_chunk.py
76+
src/utility/replacehelper.py
77+
src/utility/stdout_capture.py
78+
src/ui_controller.py
7579
src/constants.py
7680
src/controller.py
7781
src/extensions.py
78-
src/ui_controller.py
82+
src/main.py
7983
src/window.py
8084
data/io.github.qwersyk.Newelle.appdata.xml.in
8185
data/io.github.qwersyk.Newelle.desktop.in

0 commit comments

Comments
 (0)