[Pkg-mozext-commits] [sage-extension] 11/54: misc updates

David Prévot taffit at moszumanska.debian.org
Fri May 1 03:10:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag sage_1_3
in repository sage-extension.

commit 3df41db3710839a419904b5e517c620cf3912dfc
Author: Peter Andrews <petea at jhu.edu>
Date:   Sat Sep 11 19:52:30 2004 +0000

    misc updates
---
 src/install.js  | 8 +++++++-
 src/install.rdf | 3 +++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/install.js b/src/install.js
index 6295a35..e29082f 100755
--- a/src/install.js
+++ b/src/install.js
@@ -1,6 +1,6 @@
 const APP_NAME			= "Sage";
 const APP_CHROME_NAME		= "sage";
-const APP_VERSION		= "1.2.2";
+const APP_VERSION		= "1.3";
 const APP_FILE 			= "sage.jar";
 const APP_CONTENTS_PATH		= "content/";
 const APP_SKIN_CLASSIC_PATH	= "skin/classic/";
@@ -12,6 +12,9 @@ const APP_LOCALE_ITIT_PATH	= "locale/it-IT/";
 const APP_LOCALE_NLNL_PATH	= "locale/nl-NL/";
 const APP_LOCALE_CACA_PATH	= "locale/ca-CA/";
 const APP_LOCALE_ZHTW_PATH	= "locale/zh-TW/";
+const APP_LOCALE_DEDE_PATH	= "locale/de-DE/";
+const APP_LOCALE_ESES_PATH	= "locale/es-ES/";
+const APP_LOCALE_RURU_PATH	= "locale/ru-RU/";
 
 
 initInstall(APP_NAME, APP_CHROME_NAME, APP_VERSION); 
@@ -31,6 +34,9 @@ registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_ITIT_PATH);
 registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_NLNL_PATH);
 registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_CACA_PATH);
 registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_ZHTW_PATH);
+registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_DEDE_PATH);
+registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_ESES_PATH);
+registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_RURU_PATH);
 
 var result = getLastError(); 
 if(result == SUCCESS) {
diff --git a/src/install.rdf b/src/install.rdf
index 821cf8f..83f1719 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -27,6 +27,9 @@
 <em:locale>locale/nl-NL/</em:locale>
 <em:locale>locale/ca-CA/</em:locale>
 <em:locale>locale/zh-TW/</em:locale>
+<em:locale>locale/de-DE/</em:locale>
+<em:locale>locale/es-ES/</em:locale>
+<em:locale>locale/ru-RU/</em:locale>
 </Description>
 </em:file>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git



More information about the Pkg-mozext-commits mailing list