This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash -c ' | |
if [ ! -f /usr/local/lib/rvm ]; then | |
echo Boostrapping with RVM | |
apt-get update | |
apt-get install -y language-pack-fr | |
apt-get install -y git-core curl | |
apt-get install -y build-essential binutils-doc gcc autoconf flex bison | |
apt-get install -y libreadline5-dev zlib1g-dev libssl-dev libxml2-dev libxslt1-dev libcurl4-openssl-dev | |
bash < <( curl -L http://bit.ly/rvm-install-system-wide ) | |
( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################################################################################################### | |
# I18n French translation for Devise (http://github.com/plataformatec/devise) | |
# I18n traduction de français pour Devise | |
# | |
# Note from author: I'm not a native French speaker. Please correct my French. | |
# Note de l'autheur: Je ne parle pas beaucoup de français. Pourriez-vous corriger mon français, | |
# s'il vous plait? | |
######################################################################################################### | |
fr: |