bp0
bp0
It is a meta issue. This issue can be referred to in bug reports against old packages, as I did in #17, and #26.
This issue exists be referred to in bug reports here and elsewhere. It is not fixed until distributions are shipping updated packages for hardinfo. The current releases of Debian and...
To build/install/run from the latest source in Ubuntu: ``` sudo apt-get install build-essential git cmake libgtk2.0-dev git clone https://github.com/lpereira/hardinfo.git cd hardinfo mkdir build cd build cmake .. make -j sudo...
All instances mentioned here are now translatable, but this work continues as part of #100.
@TotalCaesar659 # Procs / Cores / Threads Strings with the `c-format` tag need to have their `%s`, `%d`, `%.2f`, etc strings put in appropriate places. So each string needs to...
> [spanish procs/cores/threads] You haven't translated those strings yet: https://github.com/lpereira/hardinfo/blob/master/po/es.po#L1803 They were added after your Spanish translation work was done. > but in spanish i have strange behavior, in computer...
msgstr[0] is the singular form, msgstr[1] is the plural form
The descriptions are fixed by 9086f4f89b408e70476bb89a75e1b6de7b37faed. The dialog title is composed with a format string "% Module". There are two ways we could fix it. Easy way is to change...
I agree, but there will still be "About X", so it is still being constructed using English word order rules. Let's see what everyone thinks of #167.
Yes, the CPU config string is also stored, but actually gets retranslated, because the format is always the same, but the description is not. For example on arm, you might...