Načítání názvů pro sestavy z properties souboru.

Properties soubory byly přesunuty do WEB-INF/locales, přesunuty lang
addony do WEB-INF/lang-addons. 
closes #79
This commit is contained in:
2014-05-30 12:23:20 +02:00
parent c42913ed9b
commit 4e5ae2bbfa
10 changed files with 81 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
</hbox>
<vbox children="@load(vm.columns.checks)">
<template name="children">
<checkbox label="@load(each.member)" checked="@bind(each.checked)"/>
<checkbox label="@load(each.member) @converter(vm.locConverter)" checked="@bind(each.checked)"/>
</template>
</vbox>
</groupbox>