refactor(guestbook): use query builder and localize demo data
Replace the raw INSERT statement in the demo data installer with a
Capsule query builder insert, and move demo texts to English source
strings wrapped in d__('guestbook', ...) with the module translation
domain loaded on install. Add Russian translations.
Capsule query builder insert, and move demo texts to English source
strings wrapped in d__('guestbook', ...) with the module translation
domain loaded on install. Add Russian translations.