Add locale code
This commit is contained in:
parent
d48757d75e
commit
fe87a54e8c
1 changed files with 7 additions and 1 deletions
|
@ -7,4 +7,10 @@ edition = "2024"
|
|||
base64 = "0.22.1"
|
||||
indicatif = "0.17.11"
|
||||
mime_guess = "2.0.5"
|
||||
rust-i18n = "3"
|
||||
rust-i18n = "3"
|
||||
current_locale = "0.1"
|
||||
|
||||
[package.metadata.i18n]
|
||||
available-locales = ["en", "es", "ar"]
|
||||
default-locale = "en"
|
||||
load-path = "locales"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue