Skip to content

Commit ef78d52

Browse files
committed
add new type: Concurrent
1 parent ae096e9 commit ef78d52

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lib/i18n.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ const translations = {
220220
'category.Kafka': 'Kafka',
221221
'category.Java': 'Java',
222222
'category.ThreadPool': 'Thread Pool',
223+
'category.Concurrent': 'Concurrent',
223224
'category.OperationSystem': 'Operation System',
224225
'category.SystemDesign': 'System Design',
225226
'category.HTML': 'HTML',
@@ -486,6 +487,7 @@ const translations = {
486487
'category.Kafka': 'Kafka',
487488
'category.Java': 'Java',
488489
'category.ThreadPool': '线程池',
490+
'category.Concurrent': '并发',
489491
'category.OperationSystem': '操作系统',
490492
'category.SystemDesign': '系统设计',
491493
'category.HTML': 'HTML',

lib/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export enum QuestionCategory {
6363
Java = 'Java',
6464
JVM = 'JVM',
6565
ThreadPool = 'Thread Pool',
66+
Concurrent = 'Concurrent',
6667
OperationSystem = 'Operation System',
6768
SystemDesign = 'System Design',
6869

0 commit comments

Comments
 (0)