Dmitry Murzin
Dmitry Murzin
Implemented in #4775 (#4696)
I added this functionality, please change [your `factorio-mods-localization.json`](https://github.com/modded-factorio/SeaBlock/blob/main/factorio-mods-localization.json) config file to the: ```json { "mods": ["SeaBlock"], "branch": "dev" } ``` Please note that the config file should be changed in...
Hi! It didn't work for https://github.com/MrSmoothieHuman1/pirate-locale because of a small typo in the config file name, it is expected to be `factorio-mods-localization.json`. --- Regarding joke languages, to be honest I...
> Is there a chance this app will support additional languages, maybe with a warning that they won't natively do anything? Maybe a setting you can set to specifically enable...
@PennyJim Hi! I noticed app was uninstalled for https://github.com/PennyJim/pirate-locale. Please let me know should I remove it from Crowdin? Thank you.
@tony-iqlusion first two from [documentation](https://docs.rs/secrecy/latest/secrecy/#goals): * Make secret access explicit and easy-to-audit via the `ExposeSecret` trait * Prevent accidental leakage of secrets via channels like debug logging
92f4ae7 fix doesn't work 3552261 temporary fixed by ignoring large repository

Hi, thanks for the request! I agree that it would be nice to support both Crowdin and GitHub PRs. However it is quite hard to implement, and I don't have...
So currently `Account` struct consumes ~344 bytes, and when stored in `World` it takes ~1006 bytes per account. (In `World` it takes more because of key/value duplication, and because of...