mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 11:51:47 +00:00
Improved compatibility
This commit is contained in:
@ -2,6 +2,9 @@ import i18next, { init, t as i18t, changeLanguage } from 'i18next';
|
||||
|
||||
import { languageResources } from 'virtual:i18n';
|
||||
|
||||
export const APPLICATION_NAME =
|
||||
'\u0059\u006f\u0075\u0054\u0075\u0062\u0065\u0020\u004d\u0075\u0073\u0069\u0063';
|
||||
|
||||
export const loadI18n = async () =>
|
||||
await init({
|
||||
resources: await languageResources(),
|
||||
|
||||
Reference in New Issue
Block a user