Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Commits
7d72871c
Commit
7d72871c
authored
5 years ago
by
Lukas Mauß
Browse files
Options
Downloads
Patches
Plain Diff
Add 'ID' to i18n and split roomId
parent
376e0e81
1 merge request
!240
Resolve "Show local time in header"
Pipeline
#27413
passed with stages
in 6 minutes and 56 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/app/components/shared/header/header.component.html
+1
-1
1 addition, 1 deletion
src/app/components/shared/header/header.component.html
src/assets/i18n/home/de.json
+2
-1
2 additions, 1 deletion
src/assets/i18n/home/de.json
src/assets/i18n/home/en.json
+2
-1
2 additions, 1 deletion
src/assets/i18n/home/en.json
with
5 additions
and
3 deletions
src/app/components/shared/header/header.component.html
+
1
−
1
View file @
7d72871c
...
...
@@ -12,7 +12,7 @@
<span
class=
"fill-remaining-space"
*ngIf=
"router.url.includes('comments') && user.role === 1 && deviceType === 'desktop'"
></span>
<h3
*ngIf=
"router.url.includes('comments') && user.role === 1 && deviceType === 'desktop'"
fxLayoutAlign=
"center center"
>
ID:
{{roomId}}
{{'header.id' | translate}}: {{ roomId.slice(0,4) }}
{{
roomId
.slice(4,8)
}}
</h3>
<span
class=
"fill-remaining-space"
></span>
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/home/de.json
+
2
−
1
View file @
7d72871c
...
...
@@ -11,7 +11,8 @@
"change-theme"
:
"Stil ändern"
,
"change-language"
:
"Sprache ändern"
,
"login"
:
"Login"
,
"my-account"
:
"Mein Account"
"my-account"
:
"Mein Account"
,
"id"
:
"ID"
},
"login-page"
:
{
"creator"
:
"Referent/in"
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/home/en.json
+
2
−
1
View file @
7d72871c
...
...
@@ -11,7 +11,8 @@
"change-theme"
:
"Change theme"
,
"change-language"
:
"Change language"
,
"login"
:
"Login"
,
"my-account"
:
"My account"
"my-account"
:
"My account"
,
"id"
:
"ID"
},
"login-page"
:
{
"creator"
:
"Speaker"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment