i18n: Key donate and sponsors, fix navbar, merge master #1457
Reference in New Issue
Block a user
Delete Branch "i18n"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a part of https://github.com/privacytoolsIO/privacytools.io/issues/1106. Please take a look at my reviews before merging
Keys the strings of /donate and /sponsors into en.yml; fix some unkeyed strings in navbar; merge master.
PR also fixes Whonix string taking up two lines and some minor punctuation
These three strings break up one paragraph into three because "tax-deductible" is surrounded with a
<strong>tag. Should we just put the entire paragraph in one string opting to include the<strong>tags inen.ymlinstead?For context, the entire paragraph is this:
Yeah... That seems like a better plan, and I'm wondering if we should do that for all the strings we've broken up too 😳
This is done in
a007e37a5f. (Of course, for those not knowledgeable about HTML, doing this means that we should to advise translators in the future about not translating< ... >contents)