Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
intl: add pt and sv languages
  • Loading branch information
perexg committed Jun 23, 2015
1 parent 272464c commit 2b2e8cf
Show file tree
Hide file tree
Showing 7 changed files with 9,486 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -22,7 +22,7 @@

include $(dir $(lastword $(MAKEFILE_LIST))).config.mk
PROG := $(BUILDDIR)/tvheadend
LANGUAGES ?= bg cs de en en_GB fr he hr it pl
LANGUAGES ?= bg cs de en en_GB fr he hr it pl pt sv

#
# Common compiler flags
Expand Down
8 changes: 7 additions & 1 deletion Makefile.webui
Expand Up @@ -22,7 +22,7 @@

IAM=$(lastword $(MAKEFILE_LIST))
WEBDIR ?= src/webui
LANGUAGES ?= bg cs de en en_GB fr he hr it pl
LANGUAGES ?= bg cs de en en_GB fr he hr it pl pt sw
ROOTPATH = static

ifneq ($(WEBUI),)
Expand Down Expand Up @@ -314,6 +314,12 @@ src/webui/static/intl/tvh.hr.js.gz: intl/js/tvheadend.js.hr.po
src/webui/static/intl/tvh.it.js.gz: intl/js/tvheadend.js.it.po
$(call go-po,$@,$<)

src/webui/static/intl/tvh.pt.js.gz: intl/js/tvheadend.js.pt.po
$(call go-po,$@,$<)

src/webui/static/intl/tvh.sv.js.gz: intl/js/tvheadend.js.sv.po
$(call go-po,$@,$<)

.PHONY:
clean:
rm -f $(foreach f,tvh.js tvh.css tvh-tv.js tvh-tv.css,\
Expand Down

0 comments on commit 2b2e8cf

Please sign in to comment.