We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the test suite fails with a locale/language different from en.
en
dialog
widget
cd dialog && export LANG=es_ES.utf8 && go test ./...
go test ./...
You will now see errors:
... folder_test.go:38: Error Trace: /home/user_x/fyne/dialog/folder_test.go:38 Error: Not equal: expected: "Open Folder" actual : "Abrir Carpeta" Diff: --- Expected +++ Actual @@ -1 +1 @@ -Open Folder +Abrir Carpeta Test: TestShowFolderOpen folder_test.go:49: Error Trace: /home/user_x/fyne/dialog/folder_test.go:49 Error: Not equal: expected: "(Parent)" actual : "(Padre)" Diff: --- Expected +++ Actual @@ -1 +1 @@ -(Parent) +(Padre) Test: TestShowFolderOpen FAIL FAIL fyne.io/fyne/v2/dialog 6.689s FAIL
No response
From the root the repo:
export LANG=es_ES.utf8 && go test ./...
4a875d9
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 24.04
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Describe the bug
Running the test suite fails with a locale/language different from
en
.How to reproduce
dialog
(orwidget
or ...)en
:You will now see errors:
Screenshots
No response
Example code
From the root the repo:
Fyne version
4a875d9
Go compiler version
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Operating system and version
Ubuntu 24.04
Additional Information
No response
The text was updated successfully, but these errors were encountered: