mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
fix language namespace
This commit is contained in:
parent
5f3dde56f7
commit
46090cf094
2
thirdparty/tinymce-advcode/langs/cs.js
vendored
2
thirdparty/tinymce-advcode/langs/cs.js
vendored
@ -1,3 +1,3 @@
|
|||||||
tinyMCE.addI18n('en.advcode',{
|
tinyMCE.addI18n('cs.advcode',{
|
||||||
desc : 'Editovat HTML zdrojový kód'
|
desc : 'Editovat HTML zdrojový kód'
|
||||||
})
|
})
|
||||||
|
2
thirdparty/tinymce-advcode/langs/cs_dlg.js
vendored
2
thirdparty/tinymce-advcode/langs/cs_dlg.js
vendored
@ -1,4 +1,4 @@
|
|||||||
tinyMCE.addI18n('en.advcode_dlg',{
|
tinyMCE.addI18n('cs.advcode_dlg',{
|
||||||
title : 'HTML Editor zdrojového kódu',
|
title : 'HTML Editor zdrojového kódu',
|
||||||
number_toggle : 'Čísla řádků'
|
number_toggle : 'Čísla řádků'
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user