mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 20:01:47 +00:00
feat: add support i18n (#1468)
This commit is contained in:
11
src/i18n/resources/index.ts
Normal file
11
src/i18n/resources/index.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import enJson from './en.json';
|
||||
import koJson from './ko.json';
|
||||
|
||||
export const languageResources = {
|
||||
en: {
|
||||
translation: enJson
|
||||
},
|
||||
ko: {
|
||||
translation: koJson
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user