diff --git a/locale/bootstrap-markdown.fr.js b/locale/bootstrap-markdown.fr.js index d243b0d..8f87199 100644 --- a/locale/bootstrap-markdown.fr.js +++ b/locale/bootstrap-markdown.fr.js @@ -2,8 +2,8 @@ * French translation for bootstrap-markdown * Benoît Bourgeois */ -;(function($){ - $.fn.markdown.messages['fr'] = { +(function ($) { + $.fn.markdown.messages.fr = { 'Bold': "Gras", 'Italic': "Italique", 'Heading': "Titre", @@ -21,4 +21,4 @@ 'enter image title here': "entrez le titre de l'image ici", 'list text here': "texte à puce ici" }; -}(jQuery)) \ No newline at end of file +}(jQuery)); diff --git a/locale/bootstrap-markdown.nl.js b/locale/bootstrap-markdown.nl.js index 47c63af..7279d1f 100644 --- a/locale/bootstrap-markdown.nl.js +++ b/locale/bootstrap-markdown.nl.js @@ -2,8 +2,8 @@ * Dutch translation for bootstrap-markdown * Jeroen Thora */ -;(function($){ - $.fn.markdown.messages['nl'] = { +(function ($) { + $.fn.markdown.messages.nl = { 'Bold': "Vet", 'Italic': "Cursief", 'Heading': "Titel", @@ -21,4 +21,4 @@ 'enter image title here': "Voer de afbeelding titel in", 'list text here': "lijst item" }; -}(jQuery)) +}(jQuery));