aboutsummaryrefslogtreecommitdiff
path: root/lang.js
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-22 13:11:07 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-22 13:11:07 +0100
commita366267b9ae7f105496babaf7eb5ad6fd4273ba8 (patch)
tree7b652bf168846c7901eae10b25622e743d5b3579 /lang.js
parentc0bb4dbc4974ad7463861aecaea05c80fc6f894b (diff)
downloadwww-a366267b9ae7f105496babaf7eb5ad6fd4273ba8.tar.gz
www-a366267b9ae7f105496babaf7eb5ad6fd4273ba8.zip
fixing misc. minor issues with Italian integration
Diffstat (limited to 'lang.js')
-rw-r--r--lang.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang.js b/lang.js
index 2bb9ea2f..c99f8fce 100644
--- a/lang.js
+++ b/lang.js
@@ -41,11 +41,12 @@ function setLang(l)
41 if (l == 'en') document.title = 'GNU Taler - Taxable Anonymous Libre Electronic Reserve'; 41 if (l == 'en') document.title = 'GNU Taler - Taxable Anonymous Libre Electronic Reserve';
42 if (l == 'de') document.title = 'GNU Taler - Taxierbare Anonyme Liberale Elektronische Reserven'; 42 if (l == 'de') document.title = 'GNU Taler - Taxierbare Anonyme Liberale Elektronische Reserven';
43 if (l == 'fr') document.title = 'GNU Taler - Taxable Anonyme Libre Électronique Réserve'; 43 if (l == 'fr') document.title = 'GNU Taler - Taxable Anonyme Libre Électronique Réserve';
44 if (l == 'it') document.title = 'GNU Taler';
44} 45}
45 46
46function get_default_lang() 47function get_default_lang()
47{ 48{
48 langs = ['en', 'de', 'fr']; 49 langs = ['en', 'de', 'fr', 'it'];
49 50
50 for (var i in navigator.languages) { 51 for (var i in navigator.languages) {
51 for (var j in langs) { 52 for (var j in langs) {