mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #759 from patbolo/bugfix/7832
FIX 7832 Lang files for ss macron plugin - correct path to "langs", not "lang"
This commit is contained in:
commit
1629a856de
@ -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'
|
||||
});
|
||||
|
1
thirdparty/tinymce_ssmacron/lang/en.js
vendored
1
thirdparty/tinymce_ssmacron/lang/en.js
vendored
@ -1 +0,0 @@
|
||||
tinyMCE.addI18n('en.ssmacron',{'insertmacron': 'Insert a Macron'});
|
1
thirdparty/tinymce_ssmacron/lang/mi_NZ.js
vendored
1
thirdparty/tinymce_ssmacron/lang/mi_NZ.js
vendored
@ -1 +0,0 @@
|
||||
tinyMCE.addI18n('mi_NZ.ssmacron',{'insertmacron': 'T\u0101urua he tohut\u014D'});
|
3
thirdparty/tinymce_ssmacron/langs/en.js
vendored
Normal file
3
thirdparty/tinymce_ssmacron/langs/en.js
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
tinyMCE.addI18n('en.tinymce_ssmacron', {
|
||||
insertmacron: 'Insert a macron'
|
||||
});
|
3
thirdparty/tinymce_ssmacron/langs/mi_NZ.js
vendored
Normal file
3
thirdparty/tinymce_ssmacron/langs/mi_NZ.js
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
tinyMCE.addI18n('mi_NZ.tinymce_ssmacron', {
|
||||
insertmacron: 'T\u0101urua he tohut\u014D'
|
||||
});
|
Loading…
Reference in New Issue
Block a user