forked from sombochea/verdaccio-ui
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:
@@ -55,6 +55,12 @@ function loadDayJSLocale() {
|
||||
dayjs.locale('zh-cn');
|
||||
}
|
||||
break;
|
||||
case 'ja-jp':
|
||||
{
|
||||
require('dayjs/locale/ja');
|
||||
dayjs.locale('ja');
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user