feat(frontend): Use i18n, type fixes
This commit is contained in:
9
legalconsenthub/i18n/locales/de.json
Normal file
9
legalconsenthub/i18n/locales/de.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"roles": {
|
||||
"admin": "Administrator",
|
||||
"employee": "Arbeitnehmer",
|
||||
"employer": "Arbeitgeber",
|
||||
"worksCouncilMember": "Betriebsratsmitglied",
|
||||
"worksCouncilChair": "Betriebsratsvorsitzender"
|
||||
}
|
||||
}
|
||||
9
legalconsenthub/i18n/locales/en.json
Normal file
9
legalconsenthub/i18n/locales/en.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"roles": {
|
||||
"admin": "Administrator",
|
||||
"employee": "Employee",
|
||||
"employer": "Employer",
|
||||
"worksCouncilMember": "Works Council Member",
|
||||
"worksCouncilChair": "Works Council Chair"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user