luci-base: handle missing translations in template engine
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 10 Jan 2015 20:19:54 +0000 (21:19 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 10 Jan 2015 20:19:54 +0000 (21:19 +0100)
commit9a81d8ff32bcb023d4d6e9f8955d978cfb76455c
tree41e9e6642b9e0c18d19bc0e0b91d57957f435845
parent1380c7b07dc57249a5a6bc4b8e665cc525ec6716
luci-base: handle missing translations in template engine

Previously the template engine did not interpolate translation macros if no
translation catalogue could be loaded due to a missing i18n directory.

Change the offending code to return the original string in any error case.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
modules/luci-base/src/template_utils.c