Vanilla-OS / vanilla-system-operator

VSO is an utility which allows you to perform maintenance tasks on your Vanilla OS installation.
GNU General Public License v3.0
31 stars 15 forks source link

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

Closed kbdharun closed 9 months ago

kbdharun commented 1 year ago

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"
matbme commented 9 months ago

Closed by #71