Skip to content

Commit 1d53fa1

Browse files
authored
Merge pull request #9 from fjc0k/patch-1
Add Chinese language
2 parents d921566 + 7f506d8 commit 1d53fa1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Translations.js

+5
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@ export default {
2323
next: 'הבא',
2424
back: 'חזרה',
2525
finish: 'סיום'
26+
},
27+
cn: {
28+
next: '下一步',
29+
back: '返回',
30+
finish: '完成'
2631
}
2732
}

0 commit comments

Comments
 (0)