-
-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: Alignment tool, auto-detect alignments
- Random linting and typing
- Loading branch information
Showing
11 changed files
with
258 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-04-12 12:10+0100\n" | ||
"POT-Creation-Date: 2024-04-19 11:28+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -30,23 +30,23 @@ msgid "" | |
msgstr "" | ||
|
||
#: tools/alignments/cli.py:43 | ||
msgid " Must Pass in a frames folder/source video file (-fr)." | ||
msgid " Must Pass in a frames folder/source video file (-r)." | ||
msgstr "" | ||
|
||
#: tools/alignments/cli.py:44 | ||
msgid " Must Pass in a faces folder (-fc)." | ||
msgid " Must Pass in a faces folder (-c)." | ||
msgstr "" | ||
|
||
#: tools/alignments/cli.py:45 | ||
msgid "" | ||
" Must Pass in either a frames folder/source video file OR a faces folder (-" | ||
"fr or -fc)." | ||
" Must Pass in either a frames folder/source video file OR a faces folder (-r " | ||
"or -c)." | ||
msgstr "" | ||
|
||
#: tools/alignments/cli.py:47 | ||
msgid "" | ||
" Must Pass in a frames folder/source video file AND a faces folder (-fr and -" | ||
"fc)." | ||
" Must Pass in a frames folder/source video file AND a faces folder (-r and -" | ||
"c)." | ||
msgstr "" | ||
|
||
#: tools/alignments/cli.py:49 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters