This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/echarts.git


The following commit(s) were added to refs/heads/release by this push:
     new 1f99c893a fix(i18n): fix incorrect translation for custom series name 
in langDE (#21571)
1f99c893a is described below

commit 1f99c893a7e2e8e42b60dca5b18d116631beeb89
Author: A-Loot <[email protected]>
AuthorDate: Thu Apr 9 04:10:09 2026 +0200

    fix(i18n): fix incorrect translation for custom series name in langDE 
(#21571)
---
 src/i18n/langDE.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/i18n/langDE.ts b/src/i18n/langDE.ts
index 1c25d7362..3f0b9e247 100644
--- a/src/i18n/langDE.ts
+++ b/src/i18n/langDE.ts
@@ -105,7 +105,7 @@ export default {
             pictorialBar: 'Bildlicher Balken',
             themeRiver: 'Thematische Flusskarte',
             sunburst: 'Sonnenausbruch',
-            custom: 'Graficu persunalizatu',
+            custom: 'Benutzerdefiniertes Diagramm',
             chart: 'Diagramm'
         }
     },


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to