Skip to content

Commit

Permalink
Update decidim_questions.rb
Browse files Browse the repository at this point in the history
Changed German questions to formal language
  • Loading branch information
larsUE authored Mar 20, 2024
1 parent 3cb0da0 commit 37b5d5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/initializers/decidim_questions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
config.questions = {
de: [
{
'question' => 'Nenne eine Farbe des Zürcher Wappens.',
'question' => 'Nennen Sie eine Farbe des Zürcher Wappens.',
'answers' => 'weiss,weiß,blau'
},
{
'question' => 'Nenne eine Farbe, die auf dem Schweizer Wappen vorkommt.',
'question' => 'Nennen Sie eine Farbe, die auf dem Schweizer Wappen vorkommt.',
'answers' => 'weiss,weiß,rot'
},
{
'question' => 'Nenne die kleinste der folgenden Zahlen: 3 / 5 / 9.',
'question' => 'Nennen Sie die kleinste der folgenden Zahlen: 3 / 5 / 9.',
'answers' => '3,drei'
},
{
Expand Down

0 comments on commit 37b5d5b

Please sign in to comment.