Bill Belanger

Results 12 comments of Bill Belanger

Hi @xavier-GitHub76 I've found that the menu items are populated from the backend, not the front-end. So the translated values must be in the `.mo` file, not the `.json` file....

Thanks for running the checks. * I fixed the PR title for the lint * I'm not sure what I can do about the Docker build failing As to the...

Thanks @michael-s-molina for fixing the name. When it was mentioned that I had to fix the name I honestly thought I had done so already, so figured something else must've...

Thanks @Edern . I'm honestly not entirely sure what needs to come next. I was thinking it might make sense to split the PR into two parts - one for...

Thanks so much @rusackas. I've merged main into the branch, so it should be all good now I think.

No worries @rusackas. I'm working through the conflicts now. Quick question as I wanted to verify. `_("..%(var)s", var="str")` is preferred over `_("..%(var)s") % {"var": "str"}` correct?

@rusackas. I think I finally got through all the conflicts and re-applied my FR translations. Thanks for your assistance.

Thanks. I've managed to fix the pre-commit issue, but I've been struggling with the cypress one. I can't get cypress to run on my local machine (running on Ubuntu in...

Hi @xavier-GitHub76. I've actually been working on adding to the French translations and have fixed a few of these in the `.po` file. Nothing has been done for the hardcoded...

You can actually get around this in SQL Lab by setting the values yourself at the top of the SQL Lab window. ``` {% set from_dttm = '2023-09-18T12:00:00' %} {%...