Skip to content

Commit c9b4030

Browse files
authored
Deploy Spanish translation (#1031)
1 parent 049f658 commit c9b4030

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/i18n.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ pub const EXPLICIT_LOCALE_INFO: &[LocaleInfo] = &[
5151
lang: "en-US",
5252
text: "English",
5353
},
54+
LocaleInfo {
55+
lang: "es",
56+
text: "Español",
57+
},
5458
LocaleInfo {
5559
lang: "it",
5660
text: "Italiano",

0 commit comments

Comments
 (0)