Skip to content

Commit

Permalink
Merge pull request #16 from imanishbarnwal/add-quote
Browse files Browse the repository at this point in the history
Add quote
  • Loading branch information
jayehernandez authored May 18, 2020
2 parents e0559b1 + bf52081 commit b014dd7
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions server/data/quotes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,48 @@
[
{
"sentence": "Language comes first. It’s not that language grows out of consciousness, if you haven’t got language, you can’t be conscious.",
"author": "Alan Moore"
},
{
"sentence": "Learn a language, and you’ll avoid a war.",
"author": "Arab Proverb"
},
{
"sentence": "I love commuting between languages just like I love commuting between cultures and cities.",
"author": "Elif Safak"
},
{
"sentence": "A man who knows two languages is worth two men.",
"author": "French Proverb"
},
{
"sentence": "A language is an exact reflection of the character and growth of its speakers.",
"author": "Cesar Chavez"
},
{
"sentence": "Language is the road map of a culture. It tells you where its people come from and where they are going.",
"author": "Rita Mae Brown"
},
{
"sentence": "Those who know nothing of foreign languages know nothing of their own.",
"author": "Johann Wolfgang von Goethe"
},
{
"sentence": "If you talk to a man in a language he understands, that goes to his head. If you talk to him in his language, that goes to his heart.",
"author": "Nelson Mandela"
},
{
"sentence": "The more languages you know, the more you are human.",
"author": "Tomáš Garrigue Masaryk"
},
{
"sentence": "Language exerts hidden power, like a moon on the tides.",
"author": "Rita Mae Brown"
},
{
"sentence": "Knowledge of languages is the doorway to wisdom.",
"author": "Roger Bacon"
},
{
"sentence": "Do you know what a foreign accent is? It’s a sign of bravery.",
"author": "Amy Chua"
Expand Down Expand Up @@ -167,6 +211,7 @@
"sentence": "Language is the apparel in which your thoughts parade before the public.",
"author": "George Crane"
},
{
"sentence": "The more languages you know, the more you are human.",
"author": " Tomáš Garrigue Masaryk"
}
Expand Down

0 comments on commit b014dd7

Please sign in to comment.