fix(org): Add jargon file
This commit is contained in:
parent
981e9183a4
commit
b8984a3bef
1 changed files with 15 additions and 0 deletions
15
sites/org/jargon.mjs
Normal file
15
sites/org/jargon.mjs
Normal file
|
@ -0,0 +1,15 @@
|
|||
import {
|
||||
jargon_en,
|
||||
jargon_de,
|
||||
jargon_es,
|
||||
jargon_nl,
|
||||
jargon_fr,
|
||||
} from '../../packages/i18n/prebuild/jargon.js'
|
||||
|
||||
export const jargon = {
|
||||
en: jargon_en,
|
||||
es: jargon_es,
|
||||
de: jargon_de,
|
||||
fr: jargon_fr,
|
||||
nl: jargon_nl,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue