Conflicts: - `.github/dependabot.yml`: Updated upstream, but we've deleted it. Keep it deleted. - `app/javascript/mastodon/locales/index.js`: Reworked upstream, but the code was mostly in `app/javascript/locales/index.js` in glitch-soc. Updated that file accordingly. - `app/javascript/packs/public.jsx`: Not a real conflict, but different imports in glitch-soc and upstream. - `app/views/layouts/application.html.haml`: Conflict due to locales loading and theme system discrepancies. Updated in our own way. - `app/views/layouts/embedded.html.haml`: Conflict due to locales loading and theme system discrepancies. Updated in our own way. - `config/webpack/generateLocalePacks.js`: Deleted upstream, as upstream now directly loads the JSON at runtime. Deleted as well, will switch to runtime loading in an upcoming commit. - `config/webpack/shared.js`: Not a real conflict, but different imports in glitch-soc and upstream. - `config/webpack/translationRunner.js`: Mostly deleted upstream, to be replaced with `formatjs-formatter.js` instead. Moved the glitch-soc logic there and deleted the file.th-downstream
commit
c22b032483
@ -0,0 +1,14 @@
|
|||||||
|
import { setLocale } from "./locales";
|
||||||
|
|
||||||
|
export async function loadLocale() {
|
||||||
|
const locale = document.querySelector('html').lang || 'en';
|
||||||
|
|
||||||
|
const localeData = await import(
|
||||||
|
/* webpackMode: "lazy" */
|
||||||
|
/* webpackChunkName: "locales/vanilla/[request]" */
|
||||||
|
/* webpackInclude: /\.json$/ */
|
||||||
|
/* webpackPreload: true */
|
||||||
|
`mastodon/locales/${locale}.json`);
|
||||||
|
|
||||||
|
setLocale({ messages: localeData });
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,5 +0,0 @@
|
|||||||
[
|
|
||||||
"account.badges.bot",
|
|
||||||
"compose_form.publish_loud",
|
|
||||||
"search_results.hashtags"
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
@ -1,2 +0,0 @@
|
|||||||
[
|
|
||||||
]
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue