qsos-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qsos-commits] qsos/apps/xuleditor chrome.manifest Makefile


From: Raphaël Semeteys
Subject: [Qsos-commits] qsos/apps/xuleditor chrome.manifest Makefile
Date: Thu, 22 Jun 2006 23:21:31 +0000

CVSROOT:        /sources/qsos
Module name:    qsos
Changes by:     Raphaël Semeteys <rsemeteys>   06/06/22 23:21:31

Modified files:
        apps/xuleditor : chrome.manifest Makefile 

Log message:
        Localization

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/chrome.manifest?cvsroot=qsos&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/qsos/apps/xuleditor/Makefile?cvsroot=qsos&r1=1.1&r2=1.2

Patches:
Index: chrome.manifest
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/chrome.manifest,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- chrome.manifest     22 Jun 2006 17:12:44 -0000      1.2
+++ chrome.manifest     22 Jun 2006 23:21:31 -0000      1.3
@@ -1,3 +1,5 @@
 content qsos-xuled  chrome/content/
 skin qsos-xuled  classic chrome/skin/
 overlay chrome://browser/content/browser.xul 
chrome://qsos-xuled/content/qsos-overlay.xul
\ No newline at end of file
+
+locale qsos-xuled en-US chrome/locale/en-US/
\ No newline at end of file

Index: Makefile
===================================================================
RCS file: /sources/qsos/qsos/apps/xuleditor/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- Makefile    22 Jun 2006 17:14:09 -0000      1.1
+++ Makefile    22 Jun 2006 23:21:31 -0000      1.2
@@ -16,7 +16,7 @@
 #
 #
 # QSOS XUL Editor Makefile
-# $Id: Makefile,v 1.1 2006/06/22 17:14:09 rsemeteys Exp $
+# $Id: Makefile,v 1.2 2006/06/22 23:21:31 rsemeteys Exp $
 
 APPPACK=application.ini Changes chrome.manifest LICENSE README xuleditor 
xuleditor.bat
 EXTPACK=Changes chrome.manifest install.rdf LICENSE README
@@ -24,15 +24,17 @@
 APPSRC=chrome/content/about.xul chrome/content/authors.js 
chrome/content/authors.xul chrome/content/confirm.xul 
chrome/content/Document.js chrome/content/editor.js chrome/content/editor.xul 
chrome/content/logo-qsos.png
 EXTSRC=$(APPSRC) chrome/content/qsos-overlay.xul
 
+LOCALE=chrome/locale/en-US/about.dtd chrome/locale/en-US/authors.dtd 
chrome/locale/en-US/confirm.dtd chrome/locale/en-US/editor.dtd 
chrome/locale/en-US/editor.properties chrome/locale/en-US/qsos-overlay.dtd 
chrome/locale/fr-FR/about.dtd chrome/locale/fr-FR/authors.dtd 
chrome/locale/fr-FR/confirm.dtd chrome/locale/fr-FR/editor.dtd 
chrome/locale/fr-FR/editor.properties chrome/locale/fr-FR/qsos-overlay.dtd
+
 SKIN=chrome/skin/classic.css
 
 PREFS=defaults/preferences/qsos-xuled.js
 
 ext:
        rm -f xuleditor.xpi
-       zip -r xuleditor $(EXTPACK) $(EXTSRC) $(SKIN)
+       zip -r xuleditor $(EXTPACK) $(EXTSRC) $(LOCALE) $(SKIN)
        mv xuleditor.zip xuleditor.xpi
 
 app:
        rm -f xuleditor.zip
-       zip -r xuleditor $(APPPACK) $(APPSRC) $(SKIN) $(PREFS)
\ No newline at end of file
+       zip -r xuleditor $(APPPACK) $(APPSRC) $(LOCALE) $(SKIN) $(PREFS)
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]