Skip to content
Snippets Groups Projects
Verified Commit 9854c1bb authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Podpora cs

parent 0b42edbb
No related branches found
No related tags found
No related merge requests found
Pipeline #15818 passed
......@@ -2,7 +2,7 @@ image: docker:20.10.9
variables:
DOCKER_TLS_CERTDIR: "/certs"
IMAGE_VER: 0.18.0
IMAGE_VER: 0.19.0
services:
- docker:20.10.9-dind
......
......@@ -24,8 +24,8 @@ sub list {
next RECORD if $record->{hidden};
push @options, {
id => $record->{id},
question => $record->{question}{en},
help => $record->{help_text}{en} // '',
question => ($record->{question}{cs} // $record->{question}{en}),
help => ($record->{question}{cs} // $record->{help_text}{en} // ''),
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment