Add italian

This commit is contained in:
Amauri CHAMPEAUX 2015-02-28 18:57:08 +01:00
parent ef2f01be12
commit cb2d98cad1
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ var tarteaucitron = {
"use strict";
if (!navigator) { return 'en'; }
var availableLanguages = 'en,fr,es,de,pl',
var availableLanguages = 'en,fr,es,it,de,pl',
defaultLanguage = 'en',
lang = navigator.language || navigator.browserLanguage ||
navigator.systemLanguage || navigator.userLang || null,