mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
- Fix relative-time {{count}} placeholders in all 12 locales (5m ago, not m ago)
- Localize CommunityWidget: replace 3 hardcoded English strings with t() calls
- Add Linux AppImage to tech/finance Tauri configs, CI matrix (ubuntu-22.04), packaging scripts, and download-node.sh
- Fix language code normalization: add supportedLngs/nonExplicitSupportedLngs to i18next, normalize getCurrentLanguage()
- Translate ~240 untranslated English strings across 11 locale files (ru/ar/zh now 100% translated)
- Add components.community section to all 12 locales
- All 12 locales at 1130-key parity, 0 placeholder mismatches
32 lines
705 B
JSON
32 lines
705 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "Finance Monitor",
|
|
"mainBinaryName": "finance-monitor",
|
|
"identifier": "app.worldmonitor.finance.desktop",
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Finance Monitor"
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"shortDescription": "Finance Monitor desktop app",
|
|
"longDescription": "Finance Monitor desktop app for real-time markets and trading intelligence.",
|
|
"targets": [
|
|
"app",
|
|
"dmg",
|
|
"nsis",
|
|
"msi",
|
|
"appimage"
|
|
],
|
|
"macOS": {
|
|
"hardenedRuntime": true
|
|
},
|
|
"windows": {
|
|
"digestAlgorithm": "sha256",
|
|
"timestampUrl": "https://timestamp.digicert.com"
|
|
}
|
|
}
|
|
}
|