Nikolaj Olsson
e879fb6ef3
Add actor for podcaster json to UI
...
Related to #8522
2024-06-13 19:33:55 +02:00
Nikolaj Olsson
172900a247
Add PodcastIndexer json - thx rjgout :)
...
Related to #8522
2024-06-13 19:25:46 +02:00
Nikolaj Olsson
ceac0eee80
Merge pull request #8518 from ivandrofly/fix-common
...
Remove spell check functionality from FixCommonErrors
2024-06-13 18:56:05 +02:00
Nikolaj Olsson
955ba4deb2
Merge pull request #8523 from ivandrofly/dotnetsdk
...
Update csproj files to the new Project Sdk format
2024-06-13 18:52:46 +02:00
Ivandro Jao
252dbda6cf
Update csproj files to simplify project structure
...
Simplified and cleaned up the structure of multiple csproj files. This includes removing unnecessary tags and attributes, and adopting the new Project Sdk format. This change should have no functional impact but makes the project files streamlined and easier to read.
Signed-off-by: Ivandro Jao <ivandrofly@gmail.com>
2024-06-12 14:07:19 +01:00
Ivandro Jao
4917de0c4b
Remove spell check functionality from FixCommonErrors
...
The `IFixCallbacks` interface no longer inherits from `IDoSpell` as it is unnecessary. This is due to the removal of the `DoSpell` method and the associated Hunspell functionality in the `FixCommonErrors` class. This commit simplifies the code by removing unused or unnecessary pieces.
Signed-off-by: Ivandro Jao <ivandrofly@gmail.com>
2024-06-11 22:46:30 +01:00
Nikolaj Olsson
93367dd9d7
Add audio settings for TTS final video file
2024-06-09 08:57:23 +02:00
Nikolaj Olsson
ecafda8394
Validate prompt chars - thx nyck33 :)
...
Fix #8506
2024-06-09 08:04:15 +02:00
Nikolaj Olsson
6fa8220e0e
Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit
2024-06-07 16:10:10 +02:00
Nikolaj Olsson
45be0a95e8
Update Finnish translation - thx Teijo S :)
2024-06-07 16:10:01 +02:00
Nikolaj Olsson
2ab22170f1
Merge pull request #8486 from MediaExpres/main
...
Took them all with F6 and I think now the 100% lines are translated to Romanian
2024-06-05 20:07:17 +02:00
Mihai Pavelescu
94a5b7cac0
Nope. Now they are 100%
2024-06-05 18:00:39 +03:00
Mihai Pavelescu
2f06ca1955
Took them all with F6 and I think now the 100% lines are translated to Romanian
2024-06-05 17:48:25 +03:00
Nikolaj Olsson
998ee5ca95
Minor refact
2024-06-05 07:35:48 +02:00
Nikolaj Olsson
7b75b154ef
Merge pull request #8349 from ivandrofly/start-with-upper
...
Refactor method to check string starts with lowercase letter
2024-06-05 07:18:14 +02:00
Nikolaj Olsson
8910a92568
Merge pull request #8353 from ivandrofly/feature/htmlutil-fix-italic
...
Refactor tag replacement in HtmlUtil
2024-06-05 07:13:48 +02:00
Nikolaj Olsson
e963cfdd12
Merge pull request #8397 from ivandrofly/feature/report-progress
...
Refactor progress report in WhisperModelDownload
2024-06-05 07:10:09 +02:00
Nikolaj Olsson
24de4b2e5a
Merge pull request #8416 from ivandrofly/feature/se-listview-dispose
...
Add Dispose method to SubtitleListView control
2024-06-05 07:03:06 +02:00
Nikolaj Olsson
e818a24c94
Merge pull request #8464 from ivandrofly/feature/settings
...
Remove unused variable in Settings.cs
2024-06-05 06:57:16 +02:00
Nikolaj Olsson
bb8a7d0bc8
Merge pull request #8472 from MediaExpres/main
...
added new Romanian missing translations
2024-06-05 06:56:48 +02:00
Nikolaj Olsson
a5cd4af419
Merge pull request #8478 from bovirus/main
...
Update Italian language
2024-06-05 06:55:18 +02:00
Nikolaj Olsson
78a978d7e1
Fix theme issues with regex context menu
2024-06-05 06:40:56 +02:00
Mihai Pavelescu
94b1b4e158
Merge branch 'SubtitleEdit:main' into main
2024-06-04 22:58:42 +03:00
bovirus
4acc7e69f0
Update Italian language
2024-06-04 21:05:36 +02:00
Nikolaj Olsson
52496910a2
Merge pull request #8467 from diomed/main
...
Update hrv_OCRFixReplaceList.xml
2024-06-04 21:01:56 +02:00
Nikolaj Olsson
7a891f4a7f
Merge pull request #8477 from hugok79/patch-123
...
Update pt-PT.xml
2024-06-04 20:59:29 +02:00
Hugo Carvalho
b9373ed0ea
Update pt-PT.xml
2024-06-04 19:52:31 +01:00
Nikolaj Olsson
50a9cf5b98
Fix crash in TS convert - thx MounaLafi :)
...
Work on #8470
2024-06-04 20:03:20 +02:00
Nikolaj Olsson
ebc789afbb
Improve context menu for Find/Replace - thx Nthoney :)
...
Work on #8466
2024-06-04 17:52:09 +02:00
Mihai Pavelescu
2175af613f
further Romanian tags added
2024-06-04 06:49:10 +03:00
Mihai Pavelescu
c39dc833a0
Merge branch 'main' of https://github.com/MediaExpres/subtitleedit
2024-06-04 06:30:58 +03:00
Mihai Pavelescu
f483694088
new Romanian tags added
2024-06-04 06:15:57 +03:00
May Kittens Devour Your Soul
5d1626428b
Update hrv_OCRFixReplaceList.xml
2024-06-03 19:06:21 +02:00
May Kittens Devour Your Soul
5803cedf85
Update hrv_OCRFixReplaceList.xml
2024-06-03 15:08:20 +02:00
May Kittens Devour Your Soul
747f3f3189
Update hrv_OCRFixReplaceList.xml
2024-06-03 13:33:28 +02:00
Ivandro Jao
8ed1401a19
Remove unused variable in Settings.cs
...
An unused variable 'p' of type RulesProfile has been removed from src/libse/Common/Settings.cs.
Signed-off-by: Ivandro Jao <ivandrofly@gmail.com>
2024-06-02 20:39:52 +01:00
Nikolaj Olsson
a2bbe632a2
Improve error msg
2024-06-02 13:40:51 +02:00
Nikolaj Olsson
e94c07bafa
Fix related to #8421 - thx rRobis :)
2024-06-02 12:16:57 +02:00
Nikolaj Olsson
c575d55945
Merge branch 'main' of https://github.com/SubtitleEdit/subtitleedit
2024-06-02 10:52:13 +02:00
Nikolaj Olsson
926a70ad29
Minor Ui fixes
2024-06-02 10:52:08 +02:00
Nikolaj Olsson
6be9586760
Merge pull request #8461 from nkh0472/patch-117
...
Update zh-Hans.xml
2024-06-02 09:20:18 +02:00
nkh0472
4bfc301c54
Update zh-Hans.xml
...
for commit 134415f639
2024-06-02 15:15:55 +08:00
Nikolaj Olsson
35de19ec3f
Fix auto translate crash - thx soscaster :)
...
Fix #8459
2024-06-02 08:41:44 +02:00
Nikolaj Olsson
134415f639
Add language tags
2024-06-02 07:40:59 +02:00
Nikolaj Olsson
f073750f3f
Merge pull request #8460 from igorruckert/patch-2
...
Update pt-BR.xml
2024-06-02 07:07:48 +02:00
Igor Rückert
b14bb5f1af
Update pt-BR.xml
2024-06-01 21:05:30 -03:00
Nikolaj Olsson
91cb47716e
Fix #8421
2024-06-01 12:41:52 +02:00
Nikolaj Olsson
966cb98d18
Update language
2024-06-01 10:18:10 +02:00
Nikolaj Olsson
dd7add85da
Merge pull request #8456 from potplayer-fanpack/main
...
Update pl-PL.xml to version v4.0.6
2024-06-01 10:13:17 +02:00
Adam Malich
36da8f68e3
Update pl-PL.xml to version v4.0.6
2024-06-01 09:26:21 +02:00