Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Englisch entfernen #1479

Open
3 of 4 tasks
daniel-illi opened this issue Jan 6, 2025 · 0 comments · May be fixed by #1482
Open
3 of 4 tasks

Englisch entfernen #1479

daniel-illi opened this issue Jan 6, 2025 · 0 comments · May be fixed by #1482

Comments

@daniel-illi
Copy link
Contributor

daniel-illi commented Jan 6, 2025

Englisch soll nicht mehr als Korrespondenzsprache gewählt werden können.
Personen welche aktuell Englisch als Korrespondenzsprache gewählt haben, sollen auf Deutsch umgestellt werden.

Tech-Spec / ToDo

  • config/settings.yml anpassen:
    application.additional_languages entfernen
  • Migration schreiben
    connection.execute <<~SQL
      update people
      set language = 'de'
      where language = 'en'
    SQL
  • Specs anpassen, z.B. spec/models/person_spec.rb:12
  • Mit angemessener Rolle "durchklicken"
@njaeggi njaeggi self-assigned this Jan 7, 2025
@njaeggi njaeggi linked a pull request Jan 7, 2025 that will close this issue
@njaeggi njaeggi removed their assignment Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants