longbridgeapp / rust-i18n

A better and simply I18n crate for Rust.
MIT License
297 stars 32 forks source link

Raise error, if locale path is not exist #59

Closed huacnlee closed 1 year ago

huacnlee commented 1 year ago

And show up where the locale path are i18n! parsed.

huacnlee commented 1 year ago

Can't do this, because the i18n! has default locales_path = "locales", this path may not exist.