Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
intl: add sk language (Slovak)
  • Loading branch information
perexg committed Sep 3, 2016
1 parent 07e5b0c commit fe04ffd
Show file tree
Hide file tree
Showing 5 changed files with 9,785 additions and 89 deletions.
2 changes: 1 addition & 1 deletion Makefile.common
@@ -1,5 +1,5 @@
# common (consts) file

LANGUAGES_ALL = bg cs da de en_US en_GB es et fa fi fr he hr
LANGUAGES_ALL += he hr hu it lv nl pl pt ru sl sv
LANGUAGES_ALL += he hr hu it lv nl pl pt ru sl sk sv
LANGUAGES_ALL += uk
89 changes: 1 addition & 88 deletions Makefile.webui
Expand Up @@ -300,94 +300,7 @@ intl/js/tvheadend.js.pot:
#intl/js/tvheadend.js.de.po: intl/js/tvheadend.js.pot
# $(call merge-po,$@,$<)

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

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

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

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

#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.it.po: intl/js/tvheadend.js.pot
# $(call merge-po,$@,$<)

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

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

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

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

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

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

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

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

src/webui/static/intl/tvh.hr.js.gz: intl/js/tvheadend.js.hr.po
$(call go-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,$@,$<)

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,$@,$<)

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,$@,$<)

src/webui/static/intl/tvh.ru.js.gz: intl/js/tvheadend.js.ru.po
$(call go-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,$@,$<)

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,$@,$<)

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

.PHONY:
Expand Down

0 comments on commit fe04ffd

Please sign in to comment.