mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 00:58:56 +01:00 
			
		
		
		
	Fix old directory name in i18n/bin/build-translated-result.sh
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3891
This commit is contained in:
		@@ -53,8 +53,8 @@ if [ -d ${base_path}/i18n/translations/${LANGUAGE} ]; then
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Make sure the `translations/` directory exists
 | 
			
		||||
if [ ! -d ${base_path}/i18n/translated ]; then
 | 
			
		||||
    mkdir -p ${base_path}/i18n/translated
 | 
			
		||||
if [ ! -d ${base_path}/i18n/translations ]; then
 | 
			
		||||
    mkdir -p ${base_path}/i18n/translations
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# Relocate the built result to translations/<language>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user