-
## Steps to reproduce:
1. `cargo new `
2. open `/src/main.rs` in VS Code with rust-analyzer:
```rust
fn main() {
println!("Hello, world!");
}
```
3. select the stri…
-
How to extract attachment, saving, or download ?
result is just strings:
```
$email = $imap->getUniqueEmails(299, true);
echo $email['attachment']['presentasi hasil.pptx'];
```
do I have to…
-
**Is your feature request related to a problem? Please describe.**
I'm attempting to translate the menu of the amazing games by the japanese developper Ikiki :
http://ikiki.la.coocan.jp/himoji/game.…
-
From time to time we spot some missing i18n strings that are internationalized inside the code but the translators miss localizing them for specific extractions.
It would be great to do a basic…
-
Below are the strings updated and needs to be translated
Auto-Backup
Auto backup applications in background
Storage Permission Granted.
Cannot Extract Apk, Storage Permission denied.
App N…
-
Below are the strings updated and needs to be translated
Auto-Backup
Auto backup applications in background
Storage Permission Granted.
Cannot Extract Apk, Storage Permission denied.
App…
-
Below are the strings updated and needs to be translated
Auto-Backup
Auto backup applications in background
Storage Permission Granted.
Cannot Extract Apk, Storage Permission denied.
App …
-
The underscore template extractor does not seem to be able to properly parse strings that contain escaped characters. Such strings end up being written to the .pot file with extra escape characters.
…
-
Hello.
It is not clear how to generate/update .po files automatically.
I have a project on flutter with a lot of hardcoded strings. Is there way to extract string to .po files automatically? And how…
-
We could extract printable strings (with different encodings) from all kinds of binary data like executables or custom binary formats with https://github.com/getreu/stringsext ... and create a text si…