[Pkg-mozext-commits] [sage-extension] 03/08: catalan locale renamed
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 ab1ef4d67f2e0f678bbd16e84153187f5588b9b9
Author: Peter Andrews <petea at jhu.edu>
Date: Fri Nov 12 14:31:53 2004 +0000
catalan locale renamed
---
src/install.js | 4 ++--
src/install.rdf | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/install.js b/src/install.js
index e50cbf0..fa4a285 100755
--- a/src/install.js
+++ b/src/install.js
@@ -10,7 +10,7 @@ const APP_LOCALE_FRFR_PATH = "locale/fr-FR/";
const APP_LOCALE_HUHU_PATH = "locale/hu-HU/";
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_CAAD_PATH = "locale/ca-AD/";
const APP_LOCALE_ZHTW_PATH = "locale/zh-TW/";
const APP_LOCALE_DEDE_PATH = "locale/de-DE/";
const APP_LOCALE_ESES_PATH = "locale/es-ES/";
@@ -36,7 +36,7 @@ registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_FRFR_PATH);
registerChrome(LOCALE | PROFILE_CHROME, jarFolder, APP_LOCALE_HUHU_PATH);
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_CAAD_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);
diff --git a/src/install.rdf b/src/install.rdf
index ab17603..2c2701e 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -26,7 +26,7 @@
<em:locale>locale/hu-HU/</em:locale>
<em:locale>locale/it-IT/</em:locale>
<em:locale>locale/nl-NL/</em:locale>
- <em:locale>locale/ca-CA/</em:locale>
+ <em:locale>locale/ca-AD/</em:locale>
<em:locale>locale/zh-TW/</em:locale>
<em:locale>locale/de-DE/</em:locale>
<em:locale>locale/es-ES/</em:locale>
--
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