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

ovilia pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git


The following commit(s) were added to refs/heads/next by this push:
     new d86e591  feat(aria): add space for English separators (#13047)
d86e591 is described below

commit d86e5918608127479f634293b04730fd1392b299
Author: Hank <46049129+hans...@users.noreply.github.com>
AuthorDate: Thu Jul 30 10:31:37 2020 +0800

    feat(aria): add space for English separators (#13047)
---
 src/langEN.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/langEN.ts b/src/langEN.ts
index 64ac81c..3dc01b6 100644
--- a/src/langEN.ts
+++ b/src/langEN.ts
@@ -134,8 +134,8 @@ export default {
             withName: 'the data for {name} is {value}',
             withoutName: '{value}',
             separator: {
-                middle: ',',
-                end: '.'
+                middle: ', ',
+                end: '. '
             }
         }
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to