Compare commits

...

4 Commits

Author SHA1 Message Date
Robin
5c06376c16
Merge 06e4fcea5d81b93fe770782bc07e8a483a4b0f38 into 36ecbb2c8dccc1a31c43fee1466f1425844d8607 2025-07-07 20:47:12 +02:00
Robin
36ecbb2c8d
Refer to json function instead of deprecated json.decode in groups docs (#6552) 2025-07-07 14:15:32 +00:00
Robin
51ab5b815c
Fix minor typo in function docs (#6542) 2025-07-07 14:15:10 +00:00
mewmew
06e4fcea5d Update Swedish translations based on defaults used for LaTeX and cleveref
For reference, the original Swedish translation was added in #1353.
2025-06-28 01:26:41 +02:00
3 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ use crate::foundations::{
///
/// You can call a function by writing a comma-separated list of function
/// _arguments_ enclosed in parentheses directly after the function name.
/// Additionally, you can pass any number of trailing content blocks arguments
/// Additionally, you can pass any number of trailing content block arguments
/// to a function _after_ the normal argument list. If the normal argument list
/// would become empty, it can be omitted. Typst supports positional and named
/// arguments. The former are identified by position and type, while the latter

View File

@ -1,8 +1,8 @@
figure = Figur
table = Tabell
equation = Ekvation
bibliography = Bibliografi
heading = Kapitel
bibliography = Referenser
heading = Avsnitt
outline = Innehåll
raw = Listing
raw = Kodlistning
page = sida

View File

@ -205,7 +205,7 @@
single or double quotes.
The value is always of type [string]($str). More complex data
may be parsed manually using functions like [`json.decode`]($json.decode).
may be parsed manually using functions like [`json`]($json).
- name: sym
title: General