save the provided dictionary accross translations
All checks were successful
Build and publish the docker image / build (push) Successful in 38s
All checks were successful
Build and publish the docker image / build (push) Successful in 38s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
@ -39,6 +39,7 @@ func POST_translate(c *fiber.Ctx) error {
|
||||
|
||||
return util.Render(c, "translate", fiber.Map{
|
||||
"term": form.Term,
|
||||
"dictionary": form.Dictionary,
|
||||
"fields": trans.Fields,
|
||||
"entries": trans.Entries,
|
||||
"suggestions": trans.Suggestions,
|
||||
|
Reference in New Issue
Block a user