mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +00:00
Update from Main
This commit is contained in:
parent
20ef99ec6c
commit
10438ab777
@ -181,7 +181,7 @@ export default {
|
||||
const App = this;
|
||||
|
||||
(async function () {
|
||||
const defaultLang = await App.defaultLangage;
|
||||
const defaultLang = await App.defaultLanguage;
|
||||
const locale = App.getPreferenceString("hl", defaultLang);
|
||||
if (locale !== App.TimeAgoConfig.locale) {
|
||||
const localeTime = await import(`../node_modules/javascript-time-ago/locale/${locale}.json`)
|
||||
|
Loading…
Reference in New Issue
Block a user