This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
178 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
export const cn = {} | ||
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 cn = { | ||
admin, | ||
common, | ||
form, | ||
language, | ||
login, | ||
profile, | ||
register, | ||
statistic, | ||
submission, | ||
type, | ||
user, | ||
validation, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
export const es = {} | ||
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 es = { | ||
admin, | ||
common, | ||
form, | ||
language, | ||
login, | ||
profile, | ||
register, | ||
statistic, | ||
submission, | ||
type, | ||
user, | ||
validation, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
export const fr = {} | ||
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 fr = { | ||
admin, | ||
common, | ||
form, | ||
language, | ||
login, | ||
profile, | ||
register, | ||
statistic, | ||
submission, | ||
type, | ||
user, | ||
validation, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
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 pl = { | ||
admin, | ||
common, | ||
form, | ||
language, | ||
login, | ||
profile, | ||
register, | ||
statistic, | ||
submission, | ||
type, | ||
user, | ||
validation, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
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 pt = { | ||
admin, | ||
common, | ||
form, | ||
language, | ||
login, | ||
profile, | ||
register, | ||
statistic, | ||
submission, | ||
type, | ||
user, | ||
validation, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
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 ru = { | ||
admin, | ||
common, | ||
form, | ||
language, | ||
login, | ||
profile, | ||
register, | ||
statistic, | ||
submission, | ||
type, | ||
user, | ||
validation, | ||
} |