mirror of
https://github.com/typst/typst
synced 2025-08-17 08:28:33 +08:00
Compare commits
No commits in common. "ea336a6ac71ba9d84da6caa5d64291c87b0bca44" and "bf8751c06352c305a8132a2bd0a06ced557a3819" have entirely different histories.
ea336a6ac7
...
bf8751c063
@ -14,7 +14,7 @@ macro_rules! translation {
|
||||
};
|
||||
}
|
||||
|
||||
const TRANSLATIONS: [(&str, &str); 39] = [
|
||||
const TRANSLATIONS: [(&str, &str); 38] = [
|
||||
translation!("ar"),
|
||||
translation!("bg"),
|
||||
translation!("ca"),
|
||||
@ -31,7 +31,6 @@ const TRANSLATIONS: [(&str, &str); 39] = [
|
||||
translation!("el"),
|
||||
translation!("he"),
|
||||
translation!("hu"),
|
||||
translation!("id"),
|
||||
translation!("is"),
|
||||
translation!("it"),
|
||||
translation!("ja"),
|
||||
@ -83,7 +82,6 @@ impl Lang {
|
||||
pub const HEBREW: Self = Self(*b"he ", 2);
|
||||
pub const HUNGARIAN: Self = Self(*b"hu ", 2);
|
||||
pub const ICELANDIC: Self = Self(*b"is ", 2);
|
||||
pub const INDONESIAN: Self = Self(*b"id ", 2);
|
||||
pub const ITALIAN: Self = Self(*b"it ", 2);
|
||||
pub const JAPANESE: Self = Self(*b"ja ", 2);
|
||||
pub const LATIN: Self = Self(*b"la ", 2);
|
||||
|
@ -120,12 +120,12 @@ use crate::visualize::{Color, ColorSpace, WeightedColor};
|
||||
/// #let spaces = (
|
||||
/// ("Oklab", color.oklab),
|
||||
/// ("Oklch", color.oklch),
|
||||
/// ("sRGB", color.rgb),
|
||||
/// ("linear-RGB", color.linear-rgb),
|
||||
/// ("sRGB", color.rgb),
|
||||
/// ("CMYK", color.cmyk),
|
||||
/// ("Grayscale", color.luma),
|
||||
/// ("HSL", color.hsl),
|
||||
/// ("HSV", color.hsv),
|
||||
/// ("Grayscale", color.luma),
|
||||
/// )
|
||||
///
|
||||
/// #for (name, space) in spaces {
|
||||
|
@ -1,8 +0,0 @@
|
||||
figure = Gambar
|
||||
table = Tabel
|
||||
equation = Persamaan
|
||||
bibliography = Daftar Pustaka
|
||||
heading = Bagian
|
||||
outline = Daftar Isi
|
||||
raw = Kode
|
||||
page = halaman
|
Loading…
x
Reference in New Issue
Block a user