welpo / tabi

A modern Zola theme with search, multilingual support, optional JavaScript, a perfect Lighthouse score, and a focus on accessibility.
https://welpo.github.io/tabi/
MIT License
97 stars 32 forks source link

🌐 refactor: improve last_updated_on format #342

Closed welpo closed 5 days ago

welpo commented 5 days ago

Summary

Changes the last_updated_on i18n string to (1) include a $DATE placeholder and (2) be less verbose.

The placeholder is useful for languages like Japanese. Before, all languages were forced to the last_updated_on string + $date structure. The new format improves translation accuracy.

Related issue

Idea from #330.

Changes

Accessibility

Remains the same.

Screenshots

Old

Last updated on $DATE

New

Updated on $DATE

Type of change


Checklist

netlify[bot] commented 5 days ago

Deploy Preview for tabi-demo ready!

Name Link
Latest commit f0501e6c6ad84036c46ff292ea059ad967583bbc
Latest deploy log https://app.netlify.com/sites/tabi-demo/deploys/667eed12e233af000873cf2f
Deploy Preview https://deploy-preview-342--tabi-demo.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.