4 Develop
Paolo Iommarini edited this page 2026-06-17 07:07:10 +00:00

Develop

Localization

Localization strings are in json files.
Strings are organized in scopes, you can have the same string in different scopes.

In strings containing links use { and } to enclose the link text.

"Akismet notice": "This site uses Akismet to reduce spam. {Learn how your comment data is processed}."

Add a database migration

To add a migration for both SQLite and PostgreSQL use the script in the piBlog.Data folder.

If you're using Linux

./add-migration.sh <migration_name>

If you're using Windows

add-migration.bat <migration_name>