File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const topNavBarMenu = ({ t }: typeof i18n): MenuItem[] => [
2525 href : 'https://github.com/Open-Source-Bazaar/Git-Hackathon-scaffold' ,
2626 name : t ( 'hackathon' ) ,
2727 } ,
28- { href : '/license-filter' , name : 'License Filter' } ,
28+ { href : '/license-filter' , name : t ( 'license_filter' ) } ,
2929] ;
3030
3131export interface MainNavigatorProps {
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export default {
1919 no_more : 'No more' ,
2020
2121 //License-tool Page
22+ license_filter : 'Open Source License Selector' ,
2223 feature_attitude_undefined : "I don't care" ,
2324 feature_attitude_positive : 'I need' ,
2425 feature_attitude_negative : "I don't need" ,
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export default {
1919 no_more : '没有更多' ,
2020
2121 //License-tool Page
22+ license_filter : '开源协议选择器' ,
2223 feature_attitude_undefined : '我不在乎' ,
2324 feature_attitude_positive : '我需要' ,
2425 feature_attitude_negative : '我不需要' ,
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export default {
1919 no_more : '沒有更多' ,
2020
2121 //License-tool Page
22+ license_filter : '開源許可證選擇器' ,
2223 feature_attitude_undefined : '我不在乎' ,
2324 feature_attitude_positive : '我需要' ,
2425 feature_attitude_negative : '我不需要' ,
You can’t perform that action at this time.
0 commit comments