Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
intl: add uk (Ukrainian) language from transifex
  • Loading branch information
perexg committed Nov 16, 2015
1 parent b25a48f commit 0d543f8
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 fr he hr hu it lv nl pl pt ru sv
LANGUAGES ?= bg cs de en_US en_GB es et fa 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 fr he hr hu it lv nl pl pt ru sv
LANGUAGES ?= bg cs de en_US en_GB es et fa fr he hr hu it lv nl pl pt ru sv uk
ROOTPATH = static

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

src/webui/static/intl/tvh.uk.js.gz: intl/js/tvheadend.js.uk.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 0d543f8

Please sign in to comment.