Fix: ROGCC: log and show more errors on startup

This commit is contained in:
Luke D. Jones
2022-12-06 14:28:35 +13:00
parent 559ddc9a22
commit b34cb672c3
5 changed files with 323 additions and 24 deletions

View File

@@ -41,3 +41,11 @@ png_pong.workspace = true
nix = "^0.26.1"
tempfile = "3.3.0"
once_cell = "1.10.0"
rust-i18n = "*"
[package.metadata.i18n]
available-locales = ["en"]
default-locale = "en"
load-path = "locales"