xyc
2024-10-28 b02c7eb73aabc8531b6e52b02fc15489f0441b52
1
2
3
4
5
6
7
8
9
10
11
12
13
14
var svgEditorExtensionLocale_helloworld_en = (function () {
  'use strict';
 
  var en = {
    name: 'Hello World',
    text: 'Hello World!\n\nYou clicked here: {x}, {y}',
    buttons: [{
      title: "Say 'Hello World'"
    }]
  };
 
  return en;
 
}());