feat: add japanese translations (#460)

* feat: add japanese translations

* fix: remove redundant words in ja-JP translation

Co-authored-by: Juan Picado <juanpicado19@gmail.com>
This commit is contained in:
hdmr14
2020-04-24 14:39:09 +09:00
committed by GitHub
parent ae0546c0e2
commit 25def6ccd5
3 changed files with 150 additions and 1 deletions

View File

@@ -55,6 +55,12 @@ function loadDayJSLocale() {
dayjs.locale('zh-cn');
}
break;
case 'ja-jp':
{
require('dayjs/locale/ja');
dayjs.locale('ja');
}
break;
default:
break;
}