Skip to content

Commit

Permalink
去掉重复调用
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Nov 6, 2024
1 parent 178787a commit 8411fbb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ public void load() {
// second, load the bundled language files
loadBundled().forEach(languageFilesManager::deploy);
// then, load the translations from Crowdin
// and don't forget fix missing
languageFilesManager.fillMissing(loadBuiltInFallback());
// finally, load override translations
Collection<String> pending = getOverrideLocales(languageFilesManager.getDistributions().keySet());
log.debug("Pending: {}", Arrays.toString(pending.toArray()));
Expand Down

0 comments on commit 8411fbb

Please sign in to comment.