Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
panaC committed Nov 29, 2024
1 parent c487774 commit fc8e494
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 6 deletions.
16 changes: 16 additions & 0 deletions build/cjs/data.gen.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,23 +154,33 @@ export declare const quality: {
};
};
export declare const defaultRegion: {
ar: string;
bg: string;
bho: string;
bn: string;
ca: string;
cmn: string;
cs: string;
da: string;
de: string;
el: string;
en: string;
es: string;
eu: string;
fa: string;
fi: string;
fr: string;
gl: string;
he: string;
hi: string;
hr: string;
hu: string;
id: string;
it: string;
ja: string;
ko: string;
mr: string;
ms: string;
nb: string;
nl: string;
pl: string;
Expand All @@ -180,6 +190,12 @@ export declare const defaultRegion: {
sk: string;
sl: string;
sv: string;
ta: string;
te: string;
th: string;
tr: string;
uk: string;
vi: string;
wuu: string;
yue: string;
};
4 changes: 2 additions & 2 deletions build/cjs/data.gen.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions build/mjs/src/data.gen.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,23 +154,33 @@ export declare const quality: {
};
};
export declare const defaultRegion: {
ar: string;
bg: string;
bho: string;
bn: string;
ca: string;
cmn: string;
cs: string;
da: string;
de: string;
el: string;
en: string;
es: string;
eu: string;
fa: string;
fi: string;
fr: string;
gl: string;
he: string;
hi: string;
hr: string;
hu: string;
id: string;
it: string;
ja: string;
ko: string;
mr: string;
ms: string;
nb: string;
nl: string;
pl: string;
Expand All @@ -180,6 +190,12 @@ export declare const defaultRegion: {
sk: string;
sl: string;
sv: string;
ta: string;
te: string;
th: string;
tr: string;
uk: string;
vi: string;
wuu: string;
yue: string;
};
4 changes: 2 additions & 2 deletions build/mjs/src/data.gen.js

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions script/extract-json.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,34 @@ await new Promise((resolve, reject) => {


const jsonFiles = [
'ar.json',
'bg.json',
'bho.json',
'bn.json',
'ca.json',
'cmn.json',
'cs.json',
'da.json',
'de.json',
'el.json',
'en.json',
'es.json',
'eu.json',
'fa.json',
'fi.json',
'fr.json',
'gl.json',
'he.json',
'hi.json',
'hr.json',
'hu.json',
'id.json',
'it.json',
'ja.json',
'kn.json',
'ko.json',
'mr.json',
'ms.json',
'nb.json',
'nl.json',
'pl.json',
Expand All @@ -49,8 +60,14 @@ const jsonFiles = [
'sk.json',
'sl.json',
'sv.json',
'ta.json',
'te.json',
'th.json',
'tr.json',
'uk.json',
'vi.json',
'wuu.json',
'yue.json',
];

const filters = [
Expand Down
4 changes: 2 additions & 2 deletions src/data.gen.ts

Large diffs are not rendered by default.

0 comments on commit fc8e494

Please sign in to comment.