Skip to content

Commit 36e4560

Browse files
committed
i18n: license filter
1 parent 87554f7 commit 36e4560

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

components/Navigator/MainNavigator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3131
export interface MainNavigatorProps {

translation/en-US.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

translation/zh-CN.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: '我不需要',

translation/zh-TW.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: '我不需要',

0 commit comments

Comments
 (0)