Browse Source

Add Faroese language

Jonath 7 years ago
parent
commit
50401d04b2
2 changed files with 4 additions and 0 deletions
  1. 3 0
      project/functions/greetings.sh
  2. 1 0
      project/run.sh

+ 3 - 0
project/functions/greetings.sh

@@ -17,3 +17,6 @@
 function say_hello() {
 	echo "Add same function for your language below..."
 }
+function say_hello_Faroese() {
+	echo "Hey, heimurin!"
+}

+ 1 - 0
project/run.sh

@@ -6,3 +6,4 @@
 # Say Hello World
 echo "####### Hello World ! #######"
 say_hello
+say_hello_Faroese