Skip to content

Commit

Permalink
Update lang test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytm committed Jul 11, 2024
1 parent b05a14d commit 5dbbd62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## [Unreleased]

### Fixed
- Simplified chinese translations missing for GUI settings
- Some Simplified Chinese translations still missing by SnowCutieOwO

## 4.5.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class TranslationFileTest {
}

@ParameterizedTest
@ValueSource(strings = ["en", "de", /*"zh-simplified",*/ "zh-hk"])
@ValueSource(strings = ["en", "de", "zh-simplified", "zh-hk"])
fun verifyLanguageFileCompleteness(language: String) {
val defined = getDefinedKeys(language)

Expand Down

0 comments on commit 5dbbd62

Please sign in to comment.