Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 46b7049

Browse files
committed
swedish translation: fixed _includes
1 parent 67faeca commit 46b7049

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_includes/example.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ fn main() {
22
let greetings = ["Hello", "Hola", "Bonjour",
33
"Ciao", "こんにちは", "안녕하세요",
44
"Cześć", "Olá", "Здравствуйте",
5-
"Chào bạn", "您好", "Hallo"];
5+
"Chào bạn", "您好", "Hallo",
6+
"Hej"];
67

78
for (num, greeting) in greetings.iter().enumerate() {
89
print!("{} : ", greeting);
@@ -19,6 +20,7 @@ fn main() {
1920
9 => println!("Bạn có thể edit và run code trực tiếp!"),
2021
10 => println!("这段代码是可以编辑并且能够运行的!"),
2122
11 => println!("Dieser Code kann bearbeitet und ausgeführt werden!"),
23+
12 => println!("Den här koden kan redigeras och köras!"),
2224
_ => {},
2325
}
2426
}

_includes/footer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
<a href="/pl-PL/">Polski</a>,
1010
<a href="/pt-BR/">Português</a>,
1111
<a href="/ru-RU/">Русский</a>,
12+
<a href="/sv-SE/">Svenska</a>,
1213
<a href="/vi-VN/">Tiếng việt</a>,
1314
<a href="/zh-CN/">简体中文</a>

0 commit comments

Comments
 (0)