longbridgeapp/rust-i18n

More than one fallback with priority

Closed this issue · 1 comments

Is it possible to set more than one fallback in order of priority?

For example, I want the fallback to be:

English, and then Spanish if not found in English.

Something like:

i18n!(fallback = ["en", "es"]);

Done in #69