Vidrio for Mac v1.12: an Italian translation!
28 Mar 2020
Damiano Donati contributed an Italian translation! Perfect for all the Italians dutifully working from home! Thanks Dam đ
I separated the âWatermarkâ feature from the Free/Pro distinction. Some people using the Pro plan (like me!) actually want to keep the watermark, to help spread the word!
Internal changes for nerds:
- Started using âBase internationalizationâ,
because Apple recommended it.
Then stopped using it,
because of a mysterious bug where
the German translation of âHelp translateâ would show up uninvited.
Finally discovered the bug was
that some
Localizable.strings
werenât included in the.xcodeproj
, so they werenât getting distributed in the.app
. Then switched back to Base internationalization. What a whirlwind.