Skip to content

[Feature] Latvian localization #21543

@EPoikans

Description

@EPoikans

What problem does this feature solve?

Add latvian localization to echarts

What does the proposed API look like?

From apache/superset this code block would not error when trying to localize superset to latvian.

const loadLocale = async (locale: string) => {
  let lang;
  try {
    lang = await import(`echarts/lib/i18n/lang${locale}`);
  } catch {
    // Locale not supported in ECharts
  }
  return lang?.default;
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    enThis issue is in Englishi18n

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions