Open Bug 521974 Opened 15 years ago Updated 4 years ago

Package en-US help files when localized help is not available

Categories

(SeaMonkey :: Build Config, enhancement)

enhancement
Not set
normal

Tracking

(seamonkey2.1 wontfix)

Tracking Status
seamonkey2.1 --- wontfix

People

(Reporter: rimas, Unassigned)

Details

(Keywords: good-first-bug, helpwanted)

I don't know how many localizations ignore SeaMonkey's help files, but I guess there are some. Currently what we get to do is just copy original help files from en-US and commit/push them, but I think it would benefit all of us if we could just omit those files from our repos, and have en-US files used automatically in that case.
A rule like this and an extra help-jar.mn could fix that: 

ifndef NO_DIST_INSTALL
libs realchrome:: $(CHROME_DEPS) $(FINAL_TARGET)/chrome
	$(PYTHON) $(MOZILLA_DIR)/config/JarMaker.py \
	  $(QUIET) -j $(FINAL_TARGET)/chrome \
	  $(MAKE_JARS_FLAGS) $(XULPPFLAGS) $(DEFINES) $(ACDEFINES) \
	  -c $(topsrcdir)/$(relativesrcdir)/en-US \
	  help-jar.mn
endif

Probably want to add ignoring the missing files in filter.py, too.
Whiteboard: [good first bug]
Severity: normal → enhancement
Flags: wanted-seamonkey2.1?
Flags: wanted-seamonkey2.1?
Keywords: helpwanted
Keywords: good-first-bug
Whiteboard: [good first bug]
You need to log in before you can comment on or make changes to this bug.