﻿// localisation
var currentLang = 'fr';

// localisation FR
var l10n = {
	'fr': {
		search : 'Recherche'
	}
};
