Add audiobook localization support for Korean, Simplified Chinese, and Traditional Chinese

This commit is contained in:
2026-03-10 20:48:26 +08:00
parent a517ce4ce7
commit cd73871c64
12 changed files with 699 additions and 87 deletions

View File

@@ -9,6 +9,7 @@ import user from './user.json'
import errors from './errors.json'
import constants from './constants.json'
import onboarding from './onboarding.json'
import audiobook from './audiobook.json'
export default {
common,
@@ -22,4 +23,5 @@ export default {
errors,
constants,
onboarding,
audiobook,
}