chore: build

This commit is contained in:
James
2024-03-06 15:56:02 -05:00
parent d3129224bd
commit ca2fbf5cdf
5 changed files with 110 additions and 158 deletions

View File

@@ -2,9 +2,6 @@
"$schema": "https://json.schemastore.org/swcrc",
"sourceMaps": "inline",
"jsc": {
"experimental": {
"keepImportAssertions": true
},
"target": "esnext",
"parser": {
"syntax": "typescript",

View File

@@ -1,33 +1,33 @@
import ar from './ar.json' assert { type: 'json' }
import az from './az.json' assert { type: 'json' }
import bg from './bg.json' assert { type: 'json' }
import cs from './cs.json' assert { type: 'json' }
import de from './de.json' assert { type: 'json' }
import en from './en.json' assert { type: 'json' }
import es from './es.json' assert { type: 'json' }
import fa from './fa.json' assert { type: 'json' }
import fr from './fr.json' assert { type: 'json' }
import hr from './hr.json' assert { type: 'json' }
import hu from './hu.json' assert { type: 'json' }
import it from './it.json' assert { type: 'json' }
import ja from './ja.json' assert { type: 'json' }
import ko from './ko.json' assert { type: 'json' }
import my from './my.json' assert { type: 'json' }
import nb from './nb.json' assert { type: 'json' }
import nl from './nl.json' assert { type: 'json' }
import pl from './pl.json' assert { type: 'json' }
import pt from './pt.json' assert { type: 'json' }
import ro from './ro.json' assert { type: 'json' }
import rs from './rs.json' assert { type: 'json' }
import rsLatin from './rs-latin.json' assert { type: 'json' }
import ru from './ru.json' assert { type: 'json' }
import sv from './sv.json' assert { type: 'json' }
import th from './th.json' assert { type: 'json' }
import tr from './tr.json' assert { type: 'json' }
import ua from './ua.json' assert { type: 'json' }
import vi from './vi.json' assert { type: 'json' }
import zh from './zh.json' assert { type: 'json' }
import zhTw from './zh-tw.json' assert { type: 'json' }
const { default: ar } = await import('./ar.json', { assert: { type: 'json' } })
const { default: az } = await import('./az.json', { assert: { type: 'json' } })
const { default: bg } = await import('./bg.json', { assert: { type: 'json' } })
const { default: cs } = await import('./cs.json', { assert: { type: 'json' } })
const { default: de } = await import('./de.json', { assert: { type: 'json' } })
const { default: en } = await import('./en.json', { assert: { type: 'json' } })
const { default: es } = await import('./es.json', { assert: { type: 'json' } })
const { default: fa } = await import('./fa.json', { assert: { type: 'json' } })
const { default: fr } = await import('./fr.json', { assert: { type: 'json' } })
const { default: hr } = await import('./hr.json', { assert: { type: 'json' } })
const { default: hu } = await import('./hu.json', { assert: { type: 'json' } })
const { default: it } = await import('./it.json', { assert: { type: 'json' } })
const { default: ja } = await import('./ja.json', { assert: { type: 'json' } })
const { default: ko } = await import('./ko.json', { assert: { type: 'json' } })
const { default: my } = await import('./my.json', { assert: { type: 'json' } })
const { default: nb } = await import('./nb.json', { assert: { type: 'json' } })
const { default: nl } = await import('./nl.json', { assert: { type: 'json' } })
const { default: pl } = await import('./pl.json', { assert: { type: 'json' } })
const { default: pt } = await import('./pt.json', { assert: { type: 'json' } })
const { default: ro } = await import('./ro.json', { assert: { type: 'json' } })
const { default: rs } = await import('./rs.json', { assert: { type: 'json' } })
const { default: rsLatin } = await import('./rs-latin.json', { assert: { type: 'json' } })
const { default: ru } = await import('./ru.json', { assert: { type: 'json' } })
const { default: sv } = await import('./sv.json', { assert: { type: 'json' } })
const { default: th } = await import('./th.json', { assert: { type: 'json' } })
const { default: tr } = await import('./tr.json', { assert: { type: 'json' } })
const { default: ua } = await import('./ua.json', { assert: { type: 'json' } })
const { default: vi } = await import('./vi.json', { assert: { type: 'json' } })
const { default: zh } = await import('./zh.json', { assert: { type: 'json' } })
const { default: zhTw } = await import('./zh-tw.json', { assert: { type: 'json' } })
export const translations = {
ar,

View File

@@ -1,33 +1,33 @@
import ar from './ar.json' assert { type: 'json' }
import az from './az.json' assert { type: 'json' }
import bg from './bg.json' assert { type: 'json' }
import cs from './cs.json' assert { type: 'json' }
import de from './de.json' assert { type: 'json' }
import en from './en.json' assert { type: 'json' }
import es from './es.json' assert { type: 'json' }
import fa from './fa.json' assert { type: 'json' }
import fr from './fr.json' assert { type: 'json' }
import hr from './hr.json' assert { type: 'json' }
import hu from './hu.json' assert { type: 'json' }
import it from './it.json' assert { type: 'json' }
import ja from './ja.json' assert { type: 'json' }
import ko from './ko.json' assert { type: 'json' }
import my from './my.json' assert { type: 'json' }
import nb from './nb.json' assert { type: 'json' }
import nl from './nl.json' assert { type: 'json' }
import pl from './pl.json' assert { type: 'json' }
import pt from './pt.json' assert { type: 'json' }
import ro from './ro.json' assert { type: 'json' }
import rs from './rs.json' assert { type: 'json' }
import rsLatin from './rs-latin.json' assert { type: 'json' }
import ru from './ru.json' assert { type: 'json' }
import sv from './sv.json' assert { type: 'json' }
import th from './th.json' assert { type: 'json' }
import tr from './tr.json' assert { type: 'json' }
import ua from './ua.json' assert { type: 'json' }
import vi from './vi.json' assert { type: 'json' }
import zh from './zh.json' assert { type: 'json' }
import zhTw from './zh-tw.json' assert { type: 'json' }
const { default: ar } = await import('./ar.json', { assert: { type: 'json' } })
const { default: az } = await import('./az.json', { assert: { type: 'json' } })
const { default: bg } = await import('./bg.json', { assert: { type: 'json' } })
const { default: cs } = await import('./cs.json', { assert: { type: 'json' } })
const { default: de } = await import('./de.json', { assert: { type: 'json' } })
const { default: en } = await import('./en.json', { assert: { type: 'json' } })
const { default: es } = await import('./es.json', { assert: { type: 'json' } })
const { default: fa } = await import('./fa.json', { assert: { type: 'json' } })
const { default: fr } = await import('./fr.json', { assert: { type: 'json' } })
const { default: hr } = await import('./hr.json', { assert: { type: 'json' } })
const { default: hu } = await import('./hu.json', { assert: { type: 'json' } })
const { default: it } = await import('./it.json', { assert: { type: 'json' } })
const { default: ja } = await import('./ja.json', { assert: { type: 'json' } })
const { default: ko } = await import('./ko.json', { assert: { type: 'json' } })
const { default: my } = await import('./my.json', { assert: { type: 'json' } })
const { default: nb } = await import('./nb.json', { assert: { type: 'json' } })
const { default: nl } = await import('./nl.json', { assert: { type: 'json' } })
const { default: pl } = await import('./pl.json', { assert: { type: 'json' } })
const { default: pt } = await import('./pt.json', { assert: { type: 'json' } })
const { default: ro } = await import('./ro.json', { assert: { type: 'json' } })
const { default: rs } = await import('./rs.json', { assert: { type: 'json' } })
const { default: rsLatin } = await import('./rs-latin.json', { assert: { type: 'json' } })
const { default: ru } = await import('./ru.json', { assert: { type: 'json' } })
const { default: sv } = await import('./sv.json', { assert: { type: 'json' } })
const { default: th } = await import('./th.json', { assert: { type: 'json' } })
const { default: tr } = await import('./tr.json', { assert: { type: 'json' } })
const { default: ua } = await import('./ua.json', { assert: { type: 'json' } })
const { default: vi } = await import('./vi.json', { assert: { type: 'json' } })
const { default: zh } = await import('./zh.json', { assert: { type: 'json' } })
const { default: zhTw } = await import('./zh-tw.json', { assert: { type: 'json' } })
export const translations = {
ar,

View File

@@ -1,33 +1,33 @@
import ar from './ar.json' assert { type: 'json' }
import az from './az.json' assert { type: 'json' }
import bg from './bg.json' assert { type: 'json' }
import cs from './cs.json' assert { type: 'json' }
import de from './de.json' assert { type: 'json' }
import en from './en.json' assert { type: 'json' }
import es from './es.json' assert { type: 'json' }
import fa from './fa.json' assert { type: 'json' }
import fr from './fr.json' assert { type: 'json' }
import hr from './hr.json' assert { type: 'json' }
import hu from './hu.json' assert { type: 'json' }
import it from './it.json' assert { type: 'json' }
import ja from './ja.json' assert { type: 'json' }
import ko from './ko.json' assert { type: 'json' }
import my from './my.json' assert { type: 'json' }
import nb from './nb.json' assert { type: 'json' }
import nl from './nl.json' assert { type: 'json' }
import pl from './pl.json' assert { type: 'json' }
import pt from './pt.json' assert { type: 'json' }
import ro from './ro.json' assert { type: 'json' }
import rs from './rs.json' assert { type: 'json' }
import rsLatin from './rs-latin.json' assert { type: 'json' }
import ru from './ru.json' assert { type: 'json' }
import sv from './sv.json' assert { type: 'json' }
import th from './th.json' assert { type: 'json' }
import tr from './tr.json' assert { type: 'json' }
import ua from './ua.json' assert { type: 'json' }
import vi from './vi.json' assert { type: 'json' }
import zh from './zh.json' assert { type: 'json' }
import zhTw from './zh-tw.json' assert { type: 'json' }
const { default: ar } = await import('./ar.json', { assert: { type: 'json' } })
const { default: az } = await import('./az.json', { assert: { type: 'json' } })
const { default: bg } = await import('./bg.json', { assert: { type: 'json' } })
const { default: cs } = await import('./cs.json', { assert: { type: 'json' } })
const { default: de } = await import('./de.json', { assert: { type: 'json' } })
const { default: en } = await import('./en.json', { assert: { type: 'json' } })
const { default: es } = await import('./es.json', { assert: { type: 'json' } })
const { default: fa } = await import('./fa.json', { assert: { type: 'json' } })
const { default: fr } = await import('./fr.json', { assert: { type: 'json' } })
const { default: hr } = await import('./hr.json', { assert: { type: 'json' } })
const { default: hu } = await import('./hu.json', { assert: { type: 'json' } })
const { default: it } = await import('./it.json', { assert: { type: 'json' } })
const { default: ja } = await import('./ja.json', { assert: { type: 'json' } })
const { default: ko } = await import('./ko.json', { assert: { type: 'json' } })
const { default: my } = await import('./my.json', { assert: { type: 'json' } })
const { default: nb } = await import('./nb.json', { assert: { type: 'json' } })
const { default: nl } = await import('./nl.json', { assert: { type: 'json' } })
const { default: pl } = await import('./pl.json', { assert: { type: 'json' } })
const { default: pt } = await import('./pt.json', { assert: { type: 'json' } })
const { default: ro } = await import('./ro.json', { assert: { type: 'json' } })
const { default: rs } = await import('./rs.json', { assert: { type: 'json' } })
const { default: rsLatin } = await import('./rs-latin.json', { assert: { type: 'json' } })
const { default: ru } = await import('./ru.json', { assert: { type: 'json' } })
const { default: sv } = await import('./sv.json', { assert: { type: 'json' } })
const { default: th } = await import('./th.json', { assert: { type: 'json' } })
const { default: tr } = await import('./tr.json', { assert: { type: 'json' } })
const { default: ua } = await import('./ua.json', { assert: { type: 'json' } })
const { default: vi } = await import('./vi.json', { assert: { type: 'json' } })
const { default: zh } = await import('./zh.json', { assert: { type: 'json' } })
const { default: zhTw } = await import('./zh-tw.json', { assert: { type: 'json' } })
export const translations = {
ar,