cyberos / cyber-calculator

Calculator
GNU General Public License v3.0
0 stars 0 forks source link

Get rid of a lot of translation strings #7

Closed itsvic-dev closed 3 years ago

itsvic-dev commented 3 years ago

There is a lot, and I mean A LOT of source translation strings for no reason, which come - surprise surprise - from the calc engine.

Take a look at https://github.com/cyberos/cyber-calculator/blob/main/translations/en_US.ts#L22-L536 if you want a good read.

Almost none of these strings are shown to the end user, only some are used for error messages, mostly by the evaluator. We don't need these. We can safely replace them with a plain QString constructor.