From 6e40022a33acf73fdc26e64f9e377f6e70412b6f Mon Sep 17 00:00:00 2001 From: Tobias Bohwalli Date: Fri, 18 Jul 2014 14:15:58 +0200 Subject: [PATCH] JS hinted locales. --- locale/bootstrap-markdown.fr.js | 6 +++--- locale/bootstrap-markdown.nl.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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));