Allows setting max lines and max line length, enables DeepL, adds user setup bridge
This commit is contained in:
@@ -11,11 +11,26 @@
|
||||
|
||||
<artifactId>autosubtitle-deepl</artifactId>
|
||||
|
||||
<properties>
|
||||
<deepl.version>1.5.0</deepl.version>
|
||||
<lingua.version>1.2.2</lingua.version>
|
||||
</properties>
|
||||
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.github.gtache.autosubtitle</groupId>
|
||||
<artifactId>autosubtitle-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.deepl.api</groupId>
|
||||
<artifactId>deepl-java</artifactId>
|
||||
<version>${deepl.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.pemistahl</groupId>
|
||||
<artifactId>lingua</artifactId>
|
||||
<version>${lingua.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
Reference in New Issue
Block a user