omegat icon indicating copy to clipboard operation
omegat copied to clipboard

Official OmegaT development repository

Results 83 omegat issues
Sort by recently updated
recently updated
newest added

Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.2-jre to 33.3.0-jre. Release notes Sourced from com.google.guava:guava's releases. 33.3.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.3.0-jre</version> <!-- or, for Android: --> <version>33.3.0-android</version> </dependency> Jar files 33.3.0-jre.jar 33.3.0-android.jar Guava...

dependencies
java

Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.26.0 to 3.26.3. Release notes Sourced from org.assertj:assertj-core's releases. v3.26.3 :jigsaw: Binary Compatibility The release is: Binary compatible with the previous minor version. Binary incompatible with the...

dependencies
java

Bumps `jackson` from 2.16.1 to 2.17.2. Updates `com.fasterxml.jackson.core:jackson-core` from 2.16.1 to 2.17.2 Commits a6f49ca [maven-release-plugin] prepare release jackson-core-2.17.2 3d41b1c Prepare for 2.17.2 release 55261be Fix #1308: allow trailing dot for...

dependencies
java

Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.16.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-lang3&package-manager=gradle&previous-version=3.14.0&new-version=3.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Hack to LanguageTool to allow modularization of each language-* libraries as plugin modules. ## Pull request type - Feature enhancement -> [enhancement] ## Which ticket is resolved? ## What does...

enhancement

Bumps `jgit` from 6.10.0.202406032230-r to 7.0.0.202409031743-r. Updates `org.eclipse.jgit:org.eclipse.jgit` from 6.10.0.202406032230-r to 7.0.0.202409031743-r Commits 608a643 JGit v7.0.0.202409031743-r 45689b4 Revert "Remove deprecated b4bdf98 Remove deprecated JschSession#getSftpChannel method 0ae586b Remove deprecated AutoLFInputStream constructors...

dependencies
java

## Pull request type Please mark github LABEL of the type of change your PR introduces: - Bug fix -> [bug] - Feature enhancement -> [enhancement] - Documentation -> [documentation]...

… by surrounding the faulty language code with quotes. this only touches localized variants of the string, no code changes at all. this is how it looked prior to the...

Java runtime only supports 11 languages for standard dialogs such as Open, Save, and Color Chooser. This uses swing-extra-locales library to enhance these dialogs with translations in Russian, Ukrainian, Arabic...

enhancement

## Pull request type - Bug fix - Refactor ## Which ticket is resolved? ## What does this PR change? - use Collator to sort glossary terms with Locale dependent...

bug