Skip to content

Commit 3baf93f

Browse files
committed
feat: v0.7.42
1 parent 985a45b commit 3baf93f

2 files changed

Lines changed: 42 additions & 42 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperlane-time"
3-
version = "0.7.41"
3+
version = "0.7.42"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

src/enum.rs

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
/// Represents supported languages.
2-
///
3-
/// Each variant corresponds to a specific language and locale combination.
4-
#[derive(Clone, Copy, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)]
5-
pub enum Lang {
6-
/// English (United States).
7-
EnUsUtf8,
8-
/// Chinese (China).
9-
#[default]
10-
ZhCnUtf8,
11-
/// French (France).
12-
FrFrUtf8,
13-
/// German (Germany).
14-
DeDeUtf8,
15-
/// Spanish (Spain).
16-
EsEsUtf8,
17-
/// Italian (Italy).
18-
ItItUtf8,
19-
/// Japanese (Japan).
20-
JaJpUtf8,
21-
/// Korean (South Korea).
22-
KoKrUtf8,
23-
/// Portuguese (Portugal).
24-
PtPtUtf8,
25-
/// Russian (Russia).
26-
RuRuUtf8,
27-
/// Arabic (Saudi Arabia).
28-
ArSaUtf8,
29-
/// Hindi (India).
30-
HiInUtf8,
31-
/// Thai (Thailand).
32-
ThThUtf8,
33-
/// Vietnamese (Vietnam).
34-
ViVnUtf8,
35-
/// Dutch (Netherlands).
36-
NlNlUtf8,
37-
/// Swedish (Sweden).
38-
SvSeUtf8,
39-
/// Finnish (Finland).
40-
FiFiUtf8,
41-
}
1+
/// Represents supported languages.
2+
///
3+
/// Each variant corresponds to a specific language and locale combination.
4+
#[derive(Clone, Copy, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)]
5+
pub enum Lang {
6+
/// English (United States).
7+
EnUsUtf8,
8+
/// Chinese (China).
9+
#[default]
10+
ZhCnUtf8,
11+
/// French (France).
12+
FrFrUtf8,
13+
/// German (Germany).
14+
DeDeUtf8,
15+
/// Spanish (Spain).
16+
EsEsUtf8,
17+
/// Italian (Italy).
18+
ItItUtf8,
19+
/// Japanese (Japan).
20+
JaJpUtf8,
21+
/// Korean (South Korea).
22+
KoKrUtf8,
23+
/// Portuguese (Portugal).
24+
PtPtUtf8,
25+
/// Russian (Russia).
26+
RuRuUtf8,
27+
/// Arabic (Saudi Arabia).
28+
ArSaUtf8,
29+
/// Hindi (India).
30+
HiInUtf8,
31+
/// Thai (Thailand).
32+
ThThUtf8,
33+
/// Vietnamese (Vietnam).
34+
ViVnUtf8,
35+
/// Dutch (Netherlands).
36+
NlNlUtf8,
37+
/// Swedish (Sweden).
38+
SvSeUtf8,
39+
/// Finnish (Finland).
40+
FiFiUtf8,
41+
}

0 commit comments

Comments
 (0)