diff options
Diffstat (limited to 'dicts.fnl')
| -rw-r--r-- | dicts.fnl | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -(local tea-type +(local product-type [{:value "white" :label "Белый"} {:value "dark-oolong" :label "Темный улун"} {:value "light-oolong" :label "Светлый улун"} @@ -7,7 +7,8 @@ {:value "shu-puerh" :label "Шу пуэр"} {:value "sheng-puerh" :label "Шэн пуэр"} {:value "yellow" :label "Желтый"} - {:value "liu-bao" :label "Лю бао"}]) + {:value "liu-bao" :label "Лю бао"} + {:value "teapot" :label "Чайник"}]) (local tea-season [{:value "spring" :label "Весна"} @@ -27,4 +28,4 @@ (set result item.label))) result) -{: tea-type : tea-packaging : tea-season : label} +{: product-type : tea-packaging : tea-season : label} |
