This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch release-dev in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 828c03745aced65f95b81938ff625ec8b7752e73 Author: plainheart <[email protected]> AuthorDate: Tue Dec 3 16:57:20 2024 +0800 style(i18n): fix lint issue in langSV --- src/i18n/langSV.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/langSV.ts b/src/i18n/langSV.ts index 83f3874ca..2110ca165 100644 --- a/src/i18n/langSV.ts +++ b/src/i18n/langSV.ts @@ -21,7 +21,7 @@ * Language: Swedish. */ -export default { +export default { time: { month: [ 'januari', 'februari', 'mars', 'april', 'maj', 'juni', --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
