История коммитов

.
New translations library.pot (Romanian)
[ci skip]
.
New translations guestbook.pot (Romanian)
[ci skip]
.
New translations forum.pot (Romanian)
[ci skip]
.
New translations downloads.pot (Romanian)
[ci skip]
.
New translations album.pot (Romanian)
[ci skip]
.
refactor(news): use query builder and localize demo data
Replace the raw INSERT statements in the demo data installer with Capsule
query builder inserts (sections, articles, search index, comments, votes),
derive section and article codes from the localized name, build the search
index from the localized content, and move demo texts to English source
strings wrapped in d__('news', ...) with the module translation domain
loaded on install. Add Russian translations.
.
refactor(forum): use query builder and localize demo data
Replace the raw INSERT statements in the demo data installer with Capsule
query builder inserts (sections, topic, message), derive section and topic
slugs from the localized name, and move demo texts to English source
strings wrapped in d__('forum', ...) with the module translation domain
loaded on install. Add Russian translations.
.
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.
.
feat(library): localize demo data strings
Replace hardcoded Russian demo strings with English source strings wrapped
in d__('library', ...) and load the module translation domain on install,
so demo data follows the language selected in the installer. Keep the
Russian text via the module translation catalog.
.
feat(downloads): localize demo data strings
Wrap demo category and file titles/descriptions in d__('downloads', ...)
and load the module translation domain on install, so demo data follows
the language selected in the installer. Add Russian translations.