You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate web GUI to Radzen and propagate PO SourceText to cloud
Web UI:
- Replace terminal-theme Blazor pages with Radzen.Blazor components
across all pages (Editor, Index, Settings, Translation, etc.)
- Add ReferencesDialog and TranslateKeyDialog
- Add Radzen package reference and a build target that copies Radzen
static assets into wwwroot/lib/radzen for single-file embedding
- Wire up Radzen theme/scripts in _Layout.cshtml and _Imports.razor
PO / cloud SourceText:
- Add ResourceEntry.SourceText; PoResourceReader now stores msgid as
SourceText in all PO files and uses msgid as the value for source
(POT/default) files
- Propagate SourceText/SourcePluralText through LocalEntry,
LocalEntryExtractor, KeyLevelMerger and the EntryChange sync DTO
Ops:
- Raise nginx client_max_body_size to 100m for large push operations
0 commit comments