Files
trezor-suite/packages/suite-data
Jiří Čermák e8dbc121b0 refactor: create @suite/intl package and update all related imports
- remove re-exports, use direct imports from @suite/intl
- resolve cir. dep. between suite-data and package/suite
- update imports from @suite-common/intl-types to @suite/intl
- update imports from src/support/messages to @suite/intl
- remove @suite-common/intl-types
- move Translation from @trezor/suite to the new package
2026-01-16 17:44:21 +01:00
..

@trezor/suite-data

Collection of static assets and scripts for @trezor/suite-* packages.

files

Static assets such as images, translations etc.

src

browser detection

Used by suite-web. On initial screen load, determine whether the browser is supported. Either show a warning or load the app.

guide

Updates guide content as described in Documentation.

translations

Scripts to update translations, mostly used by CI jobs. More info in Documentation.