9c4c325e5a
* remove submodules * add api and ui files * update github actions * use sparse checkout * update node setup * update checkout * update docker * change permissions * update mariadb health check * update changelog
28 lines
587 B
TypeScript
28 lines
587 B
TypeScript
import admin from './admin.json'
|
|
import common from './common.json'
|
|
import form from './form.json'
|
|
import language from './language.json'
|
|
import login from './login.json'
|
|
import profile from './profile.json'
|
|
import register from './register.json'
|
|
import statistic from './statistic.json'
|
|
import submission from './submission.json'
|
|
import type from './type.json'
|
|
import user from './user.json'
|
|
import validation from './validation.json'
|
|
|
|
export const nl = {
|
|
language,
|
|
admin,
|
|
common,
|
|
form,
|
|
login,
|
|
profile,
|
|
register,
|
|
statistic,
|
|
submission,
|
|
type,
|
|
user,
|
|
validation,
|
|
}
|