-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hey ya!
First of all, thank you bucanero for this project. It's very helpful.
To the issue: The app ignores the file unit spelling in the .po files. The sources in different *.c files are "GB, MB" and "KB", but pkgi displays always "Gb, Mb" and "Kb" (in any language). After watching the source it seems that pkgi uses the defintions from pkgi_style.h (lines 20 to 22):
#define PKGI_UTF8_KB "Kb"
#define PKGI_UTF8_MB "Mb"
#define PKGI_UTF8_GB "Gb"
Could you pls change that? I know, it's only a flaw, but it would make the pkgi more perfect. I would work on it, too, but I am to stupid for making homebrew.
Thank you in advance !!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working