Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis authored and astrobot-houston committed Sep 25, 2023
1 parent a9de4a7 commit 80afef7
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions packages/starlight/translations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,25 @@ import ru from './ru.json';
const { parse } = builtinI18nSchema();

export default Object.fromEntries(
Object.entries({ cs, en, es, de, ja, pt, fa, fr, id, it, nl, da, tr, ar, nb, zh, ko, sv, ru }).map(
([key, dict]) => [key, parse(dict)]
)
Object.entries({
cs,
en,
es,
de,
ja,
pt,
fa,
fr,
id,
it,
nl,
da,
tr,
ar,
nb,
zh,
ko,
sv,
ru,
}).map(([key, dict]) => [key, parse(dict)])
);

0 comments on commit 80afef7

Please sign in to comment.