Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paper wallet #4

Closed

Conversation

PanchoBubble
Copy link
Collaborator

No description provided.

mmrrnn and others added 4 commits October 22, 2024 13:59
Description
---
* Use i18n: `t('some-text-with-translation')`
* Wrap text inside `<Trans>Tor</Trans` to allow untranslatable text

Motivation and Context
---
There was some missing translations due to texts that aren't wrapped
inside i18n
```
error[E0382]: use of moved value: `cdn_tor_bundle_url`
  --> src/binaries/adapter_tor.rs:29:40
   |
21 |         let cdn_tor_bundle_url = format!(
   |             ------------------ move occurs because `cdn_tor_bundle_url` has type `std::string::String`, which does not implement the `Copy` trait
...
28 |         for _ in 0..3 {
   |         ------------- inside of this loop
29 |             let response = client.head(cdn_tor_bundle_url).send().await;
   |                                        ^^^^^^^^^^^^^^^^^^ value moved here, in previous iteration of loop
   |
   ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants