[Pkg-mozext-commits] [sage-extension] 26/49: Added da-DK locale
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag sage_1_3_10
in repository sage-extension.
commit 881de528b83139537c967af3f395991b80b54b29
Author: Peter Andrews <petea at jhu.edu>
Date: Wed Aug 24 00:56:17 2005 +0000
Added da-DK locale
---
src/install.js | 4 +++-
src/install.rdf | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/install.js b/src/install.js
index 2b5c899..dae5392 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.3.5";
+const APP_VERSION = "1.3.6";
const APP_FILE = "sage.jar";
const APP_CONTENTS_PATH = "content/";
const APP_SKIN_CLASSIC_PATH = "skin/classic/";
@@ -29,6 +29,7 @@ const APP_LOCALE_PLPL_PATH = "locale/pl-PL/";
const APP_LOCALE_PTBR_PATH = "locale/pt-BR/";
const APP_LOCALE_SLSI_PATH = "locale/sl-SI/";
const APP_LOCALE_ZHCN_PATH = "locale/zh-CN/";
+const APP_LOCALE_DADK_PATH = "locale/da-DK/";
initInstall(APP_NAME, APP_CHROME_NAME, APP_VERSION);
@@ -64,6 +65,7 @@ registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_PLPL_PATH);
registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_PTBR_PATH);
registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_SLSI_PATH);
registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_ZHCN_PATH);
+registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_DADK_PATH);
var result = getLastError();
if(result == SUCCESS) {
diff --git a/src/install.rdf b/src/install.rdf
index 4c6e6db..358d86c 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -6,7 +6,7 @@
<em:id>{a6ca9b3b-5e52-4f47-85d8-cca35bb57596}</em:id>
<em:name>Sage</em:name>
- <em:version>1.3.5</em:version>
+ <em:version>1.3.6</em:version>
<em:description>A lightweight RSS and Atom feed aggregator.</em:description>
<em:creator>The Sage Project</em:creator>
<em:contributor>Peter Andrews</em:contributor>
@@ -45,6 +45,7 @@
<em:locale>locale/pt-BR/</em:locale>
<em:locale>locale/sl-SI/</em:locale>
<em:locale>locale/zh-CN/</em:locale>
+ <em:locale>locale/da-DK/</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