Skip to content

Commit

Permalink
fix(i18n): language code for Ukrainian is UK, not UA
Browse files Browse the repository at this point in the history
This commit also moves the generated object files.
I'm not sure whether this is really necessary, but better
be safe than sorry here.
  • Loading branch information
striezel committed Oct 22, 2022
1 parent 053f84c commit 5267391
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 5267391

Please sign in to comment.