Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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-Core
Merge requests
!340
Include email extension in makemessages called by dev.sh
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Include email extension in makemessages called by dev.sh
fix/dev-sh-makemessages-emails
into
master
Overview
3
Commits
2
Pipelines
2
Changes
1
1 unresolved thread
Hide all comments
Merged
Jonathan Weth
requested to merge
fix/dev-sh-makemessages-emails
into
master
4 years ago
Overview
3
Commits
2
Pipelines
2
Changes
1
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 1
76e36ee1
4 years ago
master (base)
and
latest version
latest version
2cffa060
2 commits,
4 years ago
version 1
76e36ee1
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
dev.sh
+
1
−
1
Options
@@ -28,7 +28,7 @@ case "$1" in
locales
=
"-l ar -l de_DE -l fr -l nb_NO -l tr_TR -l la"
for
d
in
aleksis/core apps/official/
*
/aleksis/apps/
*
;
do
echo
;
echo
"Entering
$d
."
poetry run sh
-c
"cd
$d
;
$manage_py
makemessages --no-wrap -i static
$locales
"
poetry run sh
-c
"cd
$d
;
$manage_py
makemessages --no-wrap
-e html,txt,py,email
-i static
$locales
"
poetry run sh
-c
"cd
$d
;
$manage_py
makemessages --no-wrap -d djangojs
$locales
"
done
exit
Loading