update i18n
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name MusicBrainZ 生成 OpenCD 信息
|
// @name MusicBrainZ 生成 OpenCD 信息
|
||||||
// @namespace https://github.com/lifegpc/userscript
|
// @namespace https://github.com/lifegpc/userscript
|
||||||
// @version 0.0.6
|
// @version 0.0.7
|
||||||
// @description MusicBrainZ 生成 OpenCD 所需信息
|
// @description MusicBrainZ 生成 OpenCD 所需信息
|
||||||
// @author lifegpc
|
// @author lifegpc
|
||||||
// @match https://musicbrainz.org/release/*
|
// @match https://musicbrainz.org/release/*
|
||||||
@@ -12,6 +12,7 @@ const typeI18n = {
|
|||||||
album: '专辑',
|
album: '专辑',
|
||||||
single: '单曲',
|
single: '单曲',
|
||||||
soundtrack: '原声带',
|
soundtrack: '原声带',
|
||||||
|
compilation: '合辑',
|
||||||
}
|
}
|
||||||
const areaI18n = {
|
const areaI18n = {
|
||||||
japan: '日本',
|
japan: '日本',
|
||||||
|
|||||||
Reference in New Issue
Block a user