Skip to content

Commit 2a3c87c

Browse files
committed
fix: Add locales
1 parent d86e14c commit 2a3c87c

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,13 @@ rd lorem 25
256256
rd locale fr (or other `af_ZA`, `ar`, `az`, `cz`, `de`, `de_AT`, `de_CH`, `el`, `en`, `en_AU`, `en_AU_ocker`, `en_BORK`, `en_CA`, `en_GB`, `en_IE`, `en_IND`, `en_NG`, `en_US`, `en_ZA`, `es`, `es_MX`, `fa`, `fi`, `fr`, `fr_CA`, `fr_CH`, `ge`, `hr`, `id_ID`, `it`, `ja`, `ko`, `lv`, `nb_NO`, `ne`, `nl`, `nl_BE`, `pl`, `pt_BR`, `pt_PT`, `ro`, `ru`, `sk`, `sv`, `tr`, `uk`, `vi`, `zh_CN`, `zh_TW`, `zu_ZA` )
257257
```
258258

259+
<p align="center">
260+
<img src="./assets/locale.png" width="600" alt="Locale Selection Screenshot"/>
261+
</p>
262+
<p align="center">
263+
<img src="./assets/locale2.png" width="600" alt="Locale Selection Screenshot"/>
264+
</p>
265+
259266
## ☕ Support
260267
Enjoying RandomGen? ☕ Buy me a coffee to support development:
261268

assets/locale2.png

21.4 KB
Loading

release_body.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# 🎲 RandomGen v1.0.2 – Unleashed!
2+
<p align="center">
3+
<img src="https://github.com/ruslanlap/PowerToysRun-RandomGen/raw/master/assets/randomgen.logo.png" width="128" alt="RandomGen Logo"/>
4+
</p>
5+
6+
## ✨ What's New
7+
- 🌎 **Locale Selection** - Generate data for different regions with `rd locale [code]`
8+
<p align="center">
9+
<img src="https://github.com/ruslanlap/PowerToysRun-RandomGen/raw/master/assets/locale.png" width="600" alt="Locale Selection"/>
10+
</p>
11+
- 🔐 **Enhanced Password Generator** (customizable options)
12+
- 🚀 Turbocharged performance
13+
- 🛡️ **Fixed all PTRUN validation errors**:
14+
- **PTRUN1301**: Corrected package naming format from "RandomGen-v{VERSION}-{platform}.zip" to "RandomGen-{VERSION}-{platform}.zip"
15+
- **PTRUN1303**: Added SHA256 checksum generation for both x64 and arm64 builds
16+
- **PTRUN1401**: Added step to update plugin.json version to match release tag
17+
- **PTRUN1402**: Removed unnecessary PowerToys DLLs that are provided by the host
18+
- 🐛 Fixed syntax errors in Main.cs
19+
20+
## 🧙‍♂️ Install
21+
1. Download ZIP for your architecture (x64 / ARM64)
22+
2. Extract to `%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins`
23+
3. Restart PowerToys → press `Alt+Space` → type `random`
24+
25+
## ⚡ Commands
26+
| Incantation | Magic |
27+
|-------------|-------|
28+
| `rd password` | Forge a password |
29+
| `rd pwd` | Password (alias) |
30+
| `rd email` | Random email address |
31+
| `rd name` | Random full name |
32+
| `rd address` | Random address |
33+
| `rd phone` | Random phone number |
34+
| `rd company` | Random company name |
35+
| `rd lorem` | Lorem ipsum text |
36+
| `rd number` | Random number |
37+
| `rd date` | Random date |
38+
| `rd guid` | Fresh GUID/UUID |
39+
| `rd color` | Random hex color |
40+
| `rd url` | Random URL |
41+
| `rd creditcard` | Random credit card number |
42+
| `rd locale` | Change locale for generated data
43+
44+
## 💫 Contribute
45+
Found a bug or have an idea? [Open an issue](https://github.com/ruslanlap/PowerToysRun-RandomGen/issues).
46+
47+
Crafted with ✨ cosmic energy ✨ by [ruslanlap](https://github.com/ruslanlap)

0 commit comments

Comments
 (0)