[Pkg-mozext-commits] [sage-extension] 05/08: locale updates
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag sage_1_3_1
in repository sage-extension.
commit 89424cf6bdcce286f5024ada8efcc623e4b0a8c2
Author: Peter Andrews <petea at jhu.edu>
Date: Mon Nov 29 06:23:10 2004 +0000
locale updates
---
src/install.js | 7 ++++++-
src/install.rdf | 3 +++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/install.js b/src/install.js
index fa4a285..61b152a 100755
--- a/src/install.js
+++ b/src/install.js
@@ -19,7 +19,9 @@ const APP_LOCALE_DEAT_PATH = "locale/de-AT/";
const APP_LOCALE_DECH_PATH = "locale/de-CH/";
const APP_LOCALE_SVSE_PATH = "locale/sv-SE/";
const APP_LOCALE_KOKR_PATH = "locale/ko-KR/";
-
+const APP_LOCALE_SRYU_PATH = "locale/sr-YU/";
+const APP_LOCALE_SRYU_LATN_PATH = "locale/sr-YU at Latn/";
+const APP_LOCALE_ESAR_PATH = "locale/es-AR/";
initInstall(APP_NAME, APP_CHROME_NAME, APP_VERSION);
@@ -45,6 +47,9 @@ registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_DEAT_PATH);
registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_DECH_PATH);
registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_SVSE_PATH);
registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_KOKR_PATH);
+registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_SRYU_PATH);
+registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_SRYU_LATN_PATH);
+registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_ESAR_PATH);
var result = getLastError();
if(result == SUCCESS) {
diff --git a/src/install.rdf b/src/install.rdf
index 2c2701e..b0b058b 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -35,6 +35,9 @@
<em:locale>locale/de-CH/</em:locale>
<em:locale>locale/sv-SE/</em:locale>
<em:locale>locale/ko-KR/</em:locale>
+ <em:locale>locale/sr-YU/</em:locale>
+ <em:locale>locale/sr-YU at Latn/</em:locale>
+ <em:locale>locale/es-AR/</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