Skip to content

Commit 29a6aa8

Browse files
committed
fix(i18n): remove duplicate fr and ja language entries
1 parent b3a8fc3 commit 29a6aa8

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

lib/i18n/badgeLabels.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,6 @@ export const labels: Record<string, BadgeLabels> = {
7070
COMMITS_THIS_MONTH: 'இம்மாத கமிட்கள்',
7171
VS_LAST_MONTH: 'கடந்த மாதத்துடன்',
7272
},
73-
fr: {
74-
CURRENT_STREAK: 'SÉRIE_ACTUELLE',
75-
ANNUAL_SYNC_TOTAL: 'TOTAL_ANNUEL',
76-
PEAK_STREAK: 'SÉRIE_MAXIMALE',
77-
COMMITS_THIS_MONTH: 'COMMITS CE MOIS',
78-
VS_LAST_MONTH: 'vs mois dernier',
79-
},
80-
ja: {
81-
CURRENT_STREAK: '現在_ストリーク',
82-
ANNUAL_SYNC_TOTAL: '年間_合計',
83-
PEAK_STREAK: '最高_ストリーク',
84-
COMMITS_THIS_MONTH: '今月のコミット数',
85-
VS_LAST_MONTH: '先月比',
86-
},
8773
de: {
8874
CURRENT_STREAK: 'AKTUELLE_SERIE',
8975
ANNUAL_SYNC_TOTAL: 'JAHRES_GESAMT',

0 commit comments

Comments
 (0)