Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
intl: added es fa nl hu languages
  • Loading branch information
perexg committed Jun 28, 2015
1 parent 36dd8b8 commit e4fc4ec
Show file tree
Hide file tree
Showing 10 changed files with 19,269 additions and 6 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 pt sv
LANGUAGES ?= bg cs de en en_GB es fa fr he hr hu it nl pl pt sv

#
# Common compiler flags
Expand Down
22 changes: 17 additions & 5 deletions 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 pt sw
LANGUAGES ?= bg cs de en en_GB es fa fr he hr hu it nl pl pt sv
ROOTPATH = static

ifneq ($(WEBUI),)
Expand Down Expand Up @@ -278,11 +278,11 @@ intl/js/tvheadend.js.pot:
#intl/js/tvheadend.js.he.po: intl/js/tvheadend.js.pot
# $(call merge-po,$@,$<)

intl/js/tvheadend.js.hr.po: intl/js/tvheadend.js.pot
$(call merge-po,$@,$<)
#intl/js/tvheadend.js.hr.po: intl/js/tvheadend.js.pot
# $(call merge-po,$@,$<)

intl/js/tvheadend.js.it.po: intl/js/tvheadend.js.pot
$(call merge-po,$@,$<)
#intl/js/tvheadend.js.it.po: intl/js/tvheadend.js.pot
# $(call merge-po,$@,$<)

src/webui/static/intl/tvh.en.js.gz: intl/js/tvheadend.js.en.po
$(call go-po,$@,$<)
Expand Down Expand Up @@ -320,6 +320,18 @@ src/webui/static/intl/tvh.pt.js.gz: intl/js/tvheadend.js.pt.po
src/webui/static/intl/tvh.sv.js.gz: intl/js/tvheadend.js.sv.po
$(call go-po,$@,$<)

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

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

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

src/webui/static/intl/tvh.hu.js.gz: intl/js/tvheadend.js.hu.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 e4fc4ec

Please sign in to comment.