Skip to content

Commit 5ce7287

Browse files
authored
Fill missing locale strings in .po files (#1384)
+ Correct some minor typos
1 parent fcc919b commit 5ce7287

File tree

7 files changed

+355
-307
lines changed

7 files changed

+355
-307
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ help:
1010
@echo "Syntax: [make target] where target is in this list:"
1111
@awk '/^#/{c=substr($$0,3);next}c&&/^[[:alpha:]][[:alnum:]_-]+:/{print substr($$1,1,index($$1,":")),c}1{c=0}' $(MAKEFILE_LIST) | column -s: -t
1212

13+
# Affiche la doc technique de Pod v4
14+
doc:
15+
open https://esupportail.github.io/Esup-Pod/4.x/index
16+
1317
# Démarre le serveur de test
1418
start:
1519
(sleep 15 ; open http://pod.localhost:8000) &
@@ -33,7 +37,7 @@ install:
3337

3438
# Mise à jour de Pod
3539
upgrade:
36-
git pull origin master
40+
git pull origin main
3741
python3 -m pip install -r requirements.txt
3842
make updatedb
3943
make migrate

0 commit comments

Comments
 (0)