Skip to content

Commit

Permalink
FIX 7832 Lang files for ss macron plugin - correct path to "langs", n…
Browse files Browse the repository at this point in the history
…ot "lang"

MINOR Use consistent ed.getLang method
  • Loading branch information
patbolo committed Aug 30, 2012
1 parent f3fcae3 commit 85ab39b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion thirdparty/tinymce_ssmacron/editor_plugin_src.js
Expand Up @@ -40,7 +40,7 @@

// Register buttons
ed.addButton('ssmacron', {
title : t.editor.translate('insertmacron'),
title : ed.getLang('tinymce_ssmacron.insertmacron'),
cmd : 'mceInsertMacron',
image : url + '/img/macron.png'
});
Expand Down
1 change: 0 additions & 1 deletion thirdparty/tinymce_ssmacron/lang/en.js

This file was deleted.

1 change: 0 additions & 1 deletion thirdparty/tinymce_ssmacron/lang/mi_NZ.js

This file was deleted.

3 changes: 3 additions & 0 deletions thirdparty/tinymce_ssmacron/langs/en.js
@@ -0,0 +1,3 @@
tinyMCE.addI18n('en.tinymce_ssmacron', {
insertmacron: 'Insert a macron'
});
3 changes: 3 additions & 0 deletions thirdparty/tinymce_ssmacron/langs/mi_NZ.js
@@ -0,0 +1,3 @@
tinyMCE.addI18n('mi_NZ.tinymce_ssmacron', {
insertmacron: 'T\u0101urua he tohut\u014D'
});

0 comments on commit 85ab39b

Please sign in to comment.