Skip to content

Commit

Permalink
JS hinted locales.
Browse files Browse the repository at this point in the history
  • Loading branch information
futhr committed Jul 29, 2014
1 parent 1a0ef3e commit 6e40022
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions locale/bootstrap-markdown.fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* French translation for bootstrap-markdown
* Benoît Bourgeois <bierdok@gmail.com>
*/
;(function($){
$.fn.markdown.messages['fr'] = {
(function ($) {
$.fn.markdown.messages.fr = {
'Bold': "Gras",
'Italic': "Italique",
'Heading': "Titre",
Expand All @@ -21,4 +21,4 @@
'enter image title here': "entrez le titre de l'image ici",
'list text here': "texte à puce ici"
};
}(jQuery))
}(jQuery));
6 changes: 3 additions & 3 deletions locale/bootstrap-markdown.nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* Dutch translation for bootstrap-markdown
* Jeroen Thora <jeroenthora@gmail.com>
*/
;(function($){
$.fn.markdown.messages['nl'] = {
(function ($) {
$.fn.markdown.messages.nl = {
'Bold': "Vet",
'Italic': "Cursief",
'Heading': "Titel",
Expand All @@ -21,4 +21,4 @@
'enter image title here': "Voer de afbeelding titel in",
'list text here': "lijst item"
};
}(jQuery))
}(jQuery));

0 comments on commit 6e40022

Please sign in to comment.