Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Chronos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Chronos
Commits
b0f23e56
Verified
Commit
b0f23e56
authored
4 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Replace ugettext_lazy by gettext_lazy. Advances AlekSIS#224
parent
b2a5dad4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!49
Replace ugettext_lazy by gettext_lazy. Advances AlekSIS#224
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
aleksis/apps/chronos/menus.py
+1
-1
1 addition, 1 deletion
aleksis/apps/chronos/menus.py
aleksis/apps/chronos/models.py
+1
-1
1 addition, 1 deletion
aleksis/apps/chronos/models.py
aleksis/apps/chronos/tables.py
+1
-1
1 addition, 1 deletion
aleksis/apps/chronos/tables.py
with
3 additions
and
3 deletions
aleksis/apps/chronos/menus.py
+
1
−
1
View file @
b0f23e56
from
django.utils.translation
import
u
gettext_lazy
as
_
from
django.utils.translation
import
gettext_lazy
as
_
MENUS
=
{
"
NAV_MENU_CORE
"
:
[
...
...
This diff is collapsed.
Click to expand it.
aleksis/apps/chronos/models.py
+
1
−
1
View file @
b0f23e56
...
...
@@ -15,7 +15,7 @@ from django.http.request import QueryDict
from
django.urls
import
reverse
from
django.utils
import
timezone
from
django.utils.decorators
import
classproperty
from
django.utils.translation
import
u
gettext_lazy
as
_
from
django.utils.translation
import
gettext_lazy
as
_
from
calendarweek.django
import
CalendarWeek
,
i18n_day_names_lazy
,
i18n_day_abbrs_lazy
from
colorfield.fields
import
ColorField
...
...
This diff is collapsed.
Click to expand it.
aleksis/apps/chronos/tables.py
+
1
−
1
View file @
b0f23e56
...
...
@@ -2,7 +2,7 @@ from __future__ import annotations
from
typing
import
Optional
from
django.utils.translation
import
u
gettext_lazy
as
_
from
django.utils.translation
import
gettext_lazy
as
_
import
django_tables2
as
tables
from
django_tables2.utils
import
A
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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