Add Spanish translation

This commit is contained in:
Daniel HybridNetworks
2022-06-22 20:26:03 -03:00
parent c1906914a0
commit 5a471e286d
2 changed files with 285 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ mod da;
mod sk;
mod de;
mod en;
mod es;
mod eo;
mod fr;
mod id;
@@ -44,6 +45,7 @@ pub fn translate_locale(name: String, locale: &str) -> String {
"it" => it::T.deref(),
"tw" => tw::T.deref(),
"de" => de::T.deref(),
"es" => es::T.deref(),
"ru" => ru::T.deref(),
"eo" => eo::T.deref(),
"id" => id::T.deref(),