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
!134
Resolve "Add i18n for materialize datepicker"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add i18n for materialize datepicker"
124-add-i18n-for-materialize-datepicker
into
master
Overview
0
Commits
6
Pipelines
2
Changes
1
Merged
Nik | Klampfradler
requested to merge
124-add-i18n-for-materialize-datepicker
into
master
5 years ago
Overview
0
Commits
6
Pipelines
2
Changes
1
Expand
Closes
#124 (closed)
0
0
Merge request reports
Viewing commit
6ee0798e
Prev
Next
Show latest version
1 file
+
1
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
6ee0798e
Update djangojs translations catalogs in dev.sh
· 6ee0798e
Nik | Klampfradler
authored
5 years ago
dev.sh
+
1
−
0
Options
@@ -29,6 +29,7 @@ case "$1" in
@@ -29,6 +29,7 @@ case "$1" in
for
d
in
aleksis/core apps/official/
*
/aleksis/apps/
*
;
do
for
d
in
aleksis/core apps/official/
*
/aleksis/apps/
*
;
do
echo
;
echo
"Entering
$d
."
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 -i static
$locales
"
poetry run sh
-c
"cd
$d
;
$manage_py
makemessages --no-wrap -d djangojs
$locales
"
done
done
exit
exit
;;
;;
Loading