File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://inlang.com/schema/inlang-message-format" ,
3
+ "h_doc" : " Doc" ,
4
+ "h_network" : " Network" ,
3
5
"not_found_tip" : " Sorry, the page you are looking for is not found." ,
4
6
"back_home" : " Back to Home" ,
5
7
"docs" : " Docs" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://inlang.com/schema/inlang-message-format" ,
3
+ "h_doc" : " 文档" ,
4
+ "h_network" : " 网络" ,
3
5
"not_found_tip" : " 抱歉,没有找到您要查找的页面。" ,
4
6
"back_home" : " 返回首页" ,
5
7
"docs" : " 文档" ,
Original file line number Diff line number Diff line change 4
4
import logo from ' $lib/images/logo.svg' ;
5
5
import DarkModeButton from ' ./dark-mode-button.svelte' ;
6
6
import I18nButton from ' ./i18n-button.svelte' ;
7
+ import * as m from ' $lib/paraglide/messages' ;
7
8
8
9
let pathname = $derived ($page .url .pathname );
9
10
</script >
29
30
<span class =" text-primary px-2 text-lg font-bold" > DarwinKit </span >
30
31
</a >
31
32
<ul class =" flex flex-1 gap-2" >
32
- {@render item (' Doc' , ' /docs' , ' /docs' )}
33
+ {@render item (m .h_doc (), ' /docs' , ' /docs' )}
34
+ {@render item (m .h_network (), ' /flow' , ' /flow' )}
33
35
{@render item (' LM' , ' /lm/train' , ' /lm' )}
34
- {@render item (' Build Network' , ' /flow' , ' /flow' )}
35
36
</ul >
36
37
<I18nButton class =" mr-4" />
37
38
<DarkModeButton />
You can’t perform that action at this time.
0 commit comments