FredericHeem/starhackit

View on GitHub
client/src/utils/i18n.js

Summary

Maintainability
A
1 hr
Test Coverage

Function load has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  load() {
    debug("load");
    return new Promise((resolve /*, reject*/) => {
      i18next.on("languageChanged", function (lng) {
        debug("languageChanged to ", lng);
Severity: Minor
Found in client/src/utils/i18n.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status