diff --git a/create_module.sh b/create_module.sh index f4913d2..c156286 100755 --- a/create_module.sh +++ b/create_module.sh @@ -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 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" +}