From: Alan Knowles Date: Mon, 14 May 2012 11:40:33 +0000 (+0800) Subject: Pman.I18n.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4f219b61dfd653042c34a492d46138ab2d67663e Pman.I18n.js --- diff --git a/Pman.I18n.js b/Pman.I18n.js index 0abe1c64..d27808a1 100644 --- a/Pman.I18n.js +++ b/Pman.I18n.js @@ -51,7 +51,7 @@ Pman.I18n = { if (code.indexOf('_') > -1) { var clang = code.split('_').shift(); var cc = code.split('_').pop(); - return this.toName('l', clang.toUpperCase()) + ' (' + cc + ')'; + return this.toName('l', clang.toUpperCase()) + ' (' + this.toName('c', cc.toUpperCase()) + ')'; }