mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-12-06 19:26:45 +01:00
Update from Main
This commit is contained in:
+1
-1
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user