This commit is contained in:
tao%netscape.com 1999-09-18 01:26:24 +00:00
Родитель 251a5fd70c
Коммит 180969e7ad
2 изменённых файлов: 51 добавлений и 0 удалений

Просмотреть файл

@ -19,4 +19,26 @@ DEPTH=..\..\..\..
DIRS= en-US
#
# PLS DO NOT edit the following locale block;
# talk to tao@netscape.com first, thanks!
#
# locale: begin
CHROME_DIR = editor
CHROME_L10N_DIR = locale
CHROME_SOURCE_DIR = $(srcdir)
DA_DK=1
!ifdef DA_DK
CHROME_L10N = $(CHROME_L10N)\
.\da-DK\EditorAppShell.dtd \
.\da-DK\editorOverlay.dtd \
.\da-DK\sidebar-editor-rdf.dtd \
.\da-DK\sidebar-editor.dtd \
$(NULL)
!endif
#
# locale: end
#
include <$(DEPTH)\config\rules.mak>

Просмотреть файл

@ -19,4 +19,33 @@ DEPTH=..\..\..\..
DIRS= en-US
#
# PLS DO NOT edit the following locale block;
# talk to tao@netscape.com first, thanks!
#
# locale: begin
CHROME_DIR = editor
CHROME_L10N_DIR = locale
CHROME_SOURCE_DIR = $(srcdir)
DA_DK=1
!ifdef DA_DK
CHROME_L10N = $(CHROME_L10N)\
.\da-DK\EdAdvancedEdit.dtd \
.\da-DK\EdDialogOverlay.dtd \
.\da-DK\EdNamedAnchorProperties.dtd \
.\da-DK\EditorHLineProperties.dtd \
.\da-DK\EditorImageProperties.dtd \
.\da-DK\EditorInsertSource.dtd \
.\da-DK\EditorInsertTable.dtd \
.\da-DK\EditorLinkProperties.dtd \
.\da-DK\EditorPersonalDictionary.dtd \
.\da-DK\EditorSpellCheck.dtd \
.\da-DK\EditorTableProperties.dtd \
$(NULL)
!endif
#
# locale: end
#
include <$(DEPTH)\config\rules.mak>