From 409a9828c7c2d090c0d3e80938e87ffbcbf5f0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu=20=28goldyfruit=29?= Date: Tue, 20 Oct 2020 22:11:26 -0400 Subject: [PATCH 1/3] [create_module.sh] Fix author name --- create_module.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_module.sh b/create_module.sh index f4913d2..2ca4ec1 100755 --- a/create_module.sh +++ b/create_module.sh @@ -75,7 +75,7 @@ fi # Author & Licenses AUTHOR_NAME=$(git config user.name) if [ -z "$AUTHOR_NAME" ]; then - read -p "Insert your full name: " $AUTHOR_NAME + read -p "Insert your full name: " AUTHOR_NAME fi read -p "Pickup a license @@ -157,4 +157,4 @@ rm -frv $TMPDIR 2 > /dev/null echo "Happy coding! Have fun you are an awesome developer :)" echo "here your development directory $DIRECTORY_DST" cd $DIRECTORY_DST -ls $DIRECTORY_DST \ No newline at end of file +ls $DIRECTORY_DST From 39860ebc5a96fa702f78de223e33380881c9bcf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu=20=28goldyfruit=29?= Date: Tue, 20 Oct 2020 22:17:17 -0400 Subject: [PATCH 2/3] [translation] Add French support --- translations/fr.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 translations/fr.json diff --git a/translations/fr.json b/translations/fr.json new file mode 100644 index 0000000..a72176f --- /dev/null +++ b/translations/fr.json @@ -0,0 +1,4 @@ +{ + "TITLE": "Titre", + "UPDATE": "Mise à jour" +} From 64f03d8d392bb80241aca86bfb6eaf9354a13078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu=20=28goldyfruit=29?= Date: Tue, 20 Oct 2020 22:20:03 -0400 Subject: [PATCH 3/3] Revert commit for this PR... --- create_module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_module.sh b/create_module.sh index 2ca4ec1..c156286 100755 --- a/create_module.sh +++ b/create_module.sh @@ -75,7 +75,7 @@ fi # Author & Licenses AUTHOR_NAME=$(git config user.name) if [ -z "$AUTHOR_NAME" ]; then - read -p "Insert your full name: " AUTHOR_NAME + read -p "Insert your full name: " $AUTHOR_NAME fi read -p "Pickup a license