File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ fn (mut p Parser) comptime_call() ast.ComptimeCall {
289
289
}
290
290
}
291
291
if is_html {
292
- p.error_with_pos ('vweb HTML template "${tmpl_path} " not found' , arg_pos)
292
+ p.error_with_pos ('veb HTML template "${tmpl_path} " not found' , arg_pos)
293
293
} else {
294
294
p.error_with_pos ('template file "${tmpl_path} " not found' , arg_pos)
295
295
}
Original file line number Diff line number Diff line change @@ -437,7 +437,7 @@ fn veb_tmpl_${fn_name}() string {
437
437
end++
438
438
}
439
439
key := line[pos + 1 ..end]
440
- println ('GOT tr key line="${line} " key="${key} "' )
440
+ // println('GOT tr key line="${line}" key="${key}"')
441
441
// source.writeln('\${tr("${key}")}')
442
442
line_ = line.replace ('%${key} ' , '\$ {veb.tr(ctx.lang.str(), "${key} ")}' )
443
443
// i += key.len
You can’t perform that action at this time.
0 commit comments