Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Feuermagier committed Jan 11, 2025
1 parent bd6a01a commit 86312c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ static void readChecksAndResources() {

localizedKeys = getAllLocalizedKeys(ctModel);

englishBundle = Linter.defaultLinter(Locale.ENGLISH).getFluentBundle();
germanBundle = Linter.defaultLinter(Locale.GERMAN).getFluentBundle();
englishBundle = Linter.defaultLinter(Locale.ENGLISH).getTranslations().getMainTranslations();
germanBundle = Linter.defaultLinter(Locale.GERMAN).getTranslations().getMainTranslations();
}

Collection<String> findMissingKeys(FluentBundle bundle) {
Expand Down

0 comments on commit 86312c8

Please sign in to comment.