Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
intl: add Estonian (at) language from transifex
  • Loading branch information
perexg committed Nov 16, 2015
1 parent fe4d7f8 commit b25a48f
Show file tree
Hide file tree
Showing 7 changed files with 5,840 additions and 45 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 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

#
# 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 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
ROOTPATH = static

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion intl/js/tvheadend.js.bg.po
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Tvheadend\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-10 09:50+0100\n"
"PO-Revision-Date: 2015-11-10 08:32+0000\n"
"PO-Revision-Date: 2015-11-14 13:46+0000\n"
"Last-Translator: Jaroslav Kysela\n"
"Language-Team: Bulgarian (http://www.transifex.com/tvheadend-foundation-cic/tvheadend/language/bg/)\n"
"MIME-Version: 1.0\n"
Expand Down

0 comments on commit b25a48f

Please sign in to comment.