Skip to content

Commit

Permalink
Merge pull request #17812 from striezel-stash/i18n-ukrainian-language…
Browse files Browse the repository at this point in the history
…-code

fix(i18n): language code for Ukrainian is UK, not UA (follow-up)
  • Loading branch information
Ovilia committed Oct 25, 2022
2 parents 053f84c + 5267391 commit 3c11bf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion i18n/langUA.js → i18n/langUK.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ var localeObj = {
}
};

echarts.registerLocale('UA', localeObj);
echarts.registerLocale('UK', localeObj);

});

0 comments on commit 3c11bf9

Please sign in to comment.