Skip to content
#

translation

Here are 3,352 public repositories matching this topic...

muhammadkholidb
muhammadkholidb commented Oct 1, 2019

Package version eg. v8, v9:

v9

Issue, Question or Enhancement:

Is it possible to use oneof validation with values containing space character? Tried with single quote but it did not seem to work.

Code sample, to showcase or reproduce:

type Data struct {
    Status string `json:"status" validate:"required,oneof='Awaiting Verification' 'Verified' 'Failed Veri
weblate
nijel
nijel commented Dec 20, 2020

Please also document how to bind a local config file .weblate using docker

docker run -v $(pwd):/home/weblate --rm weblate/wlc:edge show

Source for /home/weblate: https://github.com/WeblateOrg/wlc/blob/e2139fb8059a3a7d70425befb9ceb936a4ca15a5/Dockerfile#L13

Feel free to add this example

$ docker run -v $(pwd):/home/weblate --rm weblate/wlc:edge show
branch: QA_5

Improve this page

Add a description, image, and links to the translation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the translation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.