Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
intl: add da (Danish) language from transifex
  • Loading branch information
perexg committed Nov 16, 2015
1 parent 9c57842 commit 223cd0a
Show file tree
Hide file tree
Showing 5 changed files with 5,797 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_US en_GB es et fa fi fr he hr hu it lv nl pl pt ru sv uk
LANGUAGES ?= bg cs da de en_US en_GB es et fa fi fr he hr hu it lv nl pl pt ru sv uk

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

IAM=$(lastword $(MAKEFILE_LIST))
WEBDIR ?= src/webui
LANGUAGES ?= bg cs de en_US en_GB es et fa fi fr he hr hu it lv nl pl pt ru sv uk
LANGUAGES ?= bg cs da de en_US en_GB es et fa fi fr he hr hu it lv nl pl pt ru sv uk
ROOTPATH = static

ifneq ($(WEBUI),)
Expand Down Expand Up @@ -350,6 +350,9 @@ src/webui/static/intl/tvh.uk.js.gz: intl/js/tvheadend.js.uk.po
src/webui/static/intl/tvh.fi.js.gz: intl/js/tvheadend.js.fi.po
$(call go-po,$@,$<)

src/webui/static/intl/tvh.da.js.gz: intl/js/tvheadend.js.da.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 223cd0a

Please sign in to comment.