1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpbb_ynh.git synced 2024-09-03 19:56:36 +02:00

Add french translation

This commit is contained in:
polytan02 2015-03-07 15:47:13 +00:00
parent e788516f94
commit 5b72c85ae0
2 changed files with 2 additions and 4 deletions

View file

@ -29,8 +29,7 @@ sudo mkdir -p $final_path
sudo cp -a ../sources/phpBB/* $final_path sudo cp -a ../sources/phpBB/* $final_path
# We add french language pack # We add french language pack
sudo cp -a ../sources/french_language/language/* $final_path/language/ sudo cp -a ../sources/french_language/* $final_path/
sudo cp -a ../sources/french_language/styles/prosilver/theme/* $final_path/styles/prosilver/theme/
# Set permissions to rainloop directory # Set permissions to rainloop directory
sudo chown -R www-data:www-data $final_path sudo chown -R www-data:www-data $final_path

View file

@ -23,8 +23,7 @@ sudo mkdir -p $final_path
sudo cp -a ../sources/$app/* $final_path sudo cp -a ../sources/$app/* $final_path
# We add french language pack # We add french language pack
sudo cp -a ../sources/french_language/language/* $final_path/language/ sudo cp -a ../sources/french_language/* $final_path/
sudo cp -a ../sources/french_language/styles/prosilver/theme/* $final_path/styles/prosilver/theme/
# Set permissions to $final_path directory # Set permissions to $final_path directory
sudo chown -R www-data:www-data $final_path sudo chown -R www-data:www-data $final_path