summaryrefslogtreecommitdiff
path: root/plugins/TinyMCE/js/plugins/example/langs/en.js
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-08-13 14:51:51 -0700
committerEvan Prodromou <evan@status.net>2010-08-13 14:51:51 -0700
commit1dadb8efc04cbb807b2cd8b6291f7c2f64a631dc (patch)
treea35027e95a6b0900195dc3bb4ca4fef1c00b2f5a /plugins/TinyMCE/js/plugins/example/langs/en.js
parent718317542940a8976f2c6f2a9ea09a04f2f00ca6 (diff)
parent926c77246bb168097b3f937b5cc22ee9721b83c9 (diff)
Merge branch '0.9.x' into 1.0.x
Diffstat (limited to 'plugins/TinyMCE/js/plugins/example/langs/en.js')
-rw-r--r--plugins/TinyMCE/js/plugins/example/langs/en.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/TinyMCE/js/plugins/example/langs/en.js b/plugins/TinyMCE/js/plugins/example/langs/en.js
new file mode 100644
index 000000000..e0784f80f
--- /dev/null
+++ b/plugins/TinyMCE/js/plugins/example/langs/en.js
@@ -0,0 +1,3 @@
+tinyMCE.addI18n('en.example',{
+ desc : 'This is just a template button'
+});