Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
203 changes: 186 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ Supported apps for pairing file:

You can retrieve this file by either sideloading the supported app of your choice, or going to the `Utilities` page when a device is connected and press install for the supported app. Head over to the [downloads](https://github.com/khcrysalis/PlumeImpactor/releases).

## Translating

Impactor now has translation support, all localizations are located in `locales/<lang>.toml`.

To add a new language, copy `en.toml` to `<language_code>.toml` so all the strings are copied appropriately, and start translating!

To properly contribute and test potentially test localizations, you can head over to the [contributing guide](./CONTRIBUTING.md).

## Sponsors

| Thanks to all my [sponsors](https://github.com/sponsors/khcrysalis)!! |
Expand Down
1 change: 1 addition & 0 deletions apps/plumeimpactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ open = "5.3" #
notify-rust = "4.11" # Notifications
single-instance = "0.3" # Ensuring single instance of the app on Linux and Windows
auto-launcher = "0.6" # Auto-launching on startup
rust-i18n = "4.0"

[target.'cfg(target_os = "macos")'.dependencies]
plume_gestalt = { path = "../../crates/plume_gestalt" }
Expand Down
Loading
Loading