Ajout de scripts de traduction
This commit is contained in:
		
							
								
								
									
										8
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								Makefile
									
									
									
									
									
								
							@@ -63,6 +63,14 @@ cleanup-unused-media:
 | 
			
		||||
	docker exec -it $(BACKEND_APP_NAME) $(SHELL) "-c" \
 | 
			
		||||
	"python3 manage.py cleanup_unused_media"
 | 
			
		||||
 | 
			
		||||
make-translations:
 | 
			
		||||
	docker exec -it $(BACKEND_APP_NAME) $(SHELL) "-c" \
 | 
			
		||||
	"python3 manage.py makemessages --locale fr"
 | 
			
		||||
 | 
			
		||||
build-translations:
 | 
			
		||||
	docker exec -it $(BACKEND_APP_NAME) $(SHELL) "-c" \
 | 
			
		||||
	"python3 manage.py compilemessages"
 | 
			
		||||
 | 
			
		||||
build-dev:
 | 
			
		||||
	DOCKER_BUILDKIT=1 COMPOSE_DOCKER_CLI_BUILD=1 docker compose -f docker-compose.yml up --build -d
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user