diff options
| author | Adrián Delgado <11708972+adriandelgado@users.noreply.github.com> | 2023-07-26 15:17:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-26 22:17:18 +0200 |
| commit | 69e16a88774feb92e7491ac61ce2e6b87a989105 (patch) | |
| tree | 0bfea2050bac5c77b099a05da98b4c687f6cd712 | |
| parent | 6ebd852e808ae6a7ef9ce567277db0b424df7054 (diff) | |
Add Listing's Spanish translation (#1798)
| -rw-r--r-- | crates/typst-library/src/text/raw.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst-library/src/text/raw.rs b/crates/typst-library/src/text/raw.rs index af1607ab..6713f5d0 100644 --- a/crates/typst-library/src/text/raw.rs +++ b/crates/typst-library/src/text/raw.rs @@ -322,6 +322,7 @@ impl LocalName for RawElem { Lang::POLISH => "Program", Lang::RUSSIAN => "Листинг", Lang::SLOVENIAN => "Program", + Lang::SPANISH => "Listado", Lang::SWEDISH => "Listing", Lang::TURKISH => "Liste", Lang::UKRAINIAN => "Лістинг", |
