1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-24 10:24:15 +02:00

Merge branch 'develop' into pag-back

This commit is contained in:
Kagami Sascha Rosylight
2023-07-12 22:29:49 +02:00
committed by GitHub
47 changed files with 304 additions and 205 deletions

2
locales/index.d.ts vendored
View File

@@ -2158,4 +2158,4 @@ export interface Locale {
declare const locales: {
[lang: string]: Locale;
};
export = locales;
export default locales;