Skip to content
New issue

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

Bug: Export, Unexport errors and options not implemented in pico.go #54

Closed
kbdharun opened this issue Aug 22, 2023 · 1 comment
Closed
Milestone

Comments

@kbdharun
Copy link
Member

kbdharun commented Aug 22, 2023

While I was working on updating the strings, I noticed that there are strings to display errors when exporting or unexporting binaries and applications. But, it doesn't seem to be implemented in pico.go.

Reference (from Pico in en.yml)

error:
    exportingApp: "An error occurred while exporting the application: %s"
    exportingBin: "An error occurred while exporting the binary: %s"
    unexportingApp: "An error occurred while unexporting the application: %s"
    unexportingBin: "An error occurred while unexporting the binary: %s"
@kbdharun kbdharun changed the title Bug: Export, Unexport errors not implemented in pico.go Bug: Export, Unexport errors and options not implemented in pico.go Aug 22, 2023
@mirkobrombin mirkobrombin added this to the 2-beta milestone Aug 29, 2023
matbme added a commit that referenced this issue Dec 17, 2023
* Fix incorrect translation strings

* Create user tasks directory if non-existent

* Set run args as interspersed

* Strings fixes

* Update apx library to v2

* Fix misc warnings + deprecations
@matbme
Copy link
Member

matbme commented Dec 17, 2023

Closed by #71

@matbme matbme closed this as completed Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants