update i18n

This commit is contained in:
2024-05-13 10:49:34 +08:00
parent 6f14d7199e
commit 49a457f107

View File

@@ -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: '日本',