Skip to content

Commit

Permalink
add Korean code base. (apache#6261)
Browse files Browse the repository at this point in the history
add code base code.
Thank you for allowing me to write Korean codebase.
  {
    enabled: true, 
    name: '한국어', 
    tag: 'ko-KR'},
  • Loading branch information
oeegee authored Feb 8, 2020
1 parent 75c145a commit 6511763
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion site2/website/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ const languages = [
{
enabled: true,
name: '繁體中文',
tag: 'zh-TW'},
tag: 'zh-TW'
},
{
enabled: true,
name: '한국어',
tag: 'ko-KR'},
];
module.exports = languages;

0 comments on commit 6511763

Please sign in to comment.