From d53f7b93e9efb560c335afe5992f9ce651c1409d Mon Sep 17 00:00:00 2001 From: 778a69cd <778a69cd@potsda.mn> Date: Tue, 24 May 2022 17:00:09 +0200 Subject: [PATCH] Use our own categories for event creation --- lib/mobilizon/events/categories.ex | 116 ++++++++----------------- priv/gettext/de/LC_MESSAGES/default.po | 96 +++++++++++--------- priv/gettext/en/LC_MESSAGES/default.po | 68 ++++++++++++--- 3 files changed, 145 insertions(+), 135 deletions(-) diff --git a/lib/mobilizon/events/categories.ex b/lib/mobilizon/events/categories.ex index 0ebb5a164..3541e7fd8 100644 --- a/lib/mobilizon/events/categories.ex +++ b/lib/mobilizon/events/categories.ex @@ -28,126 +28,82 @@ defmodule Mobilizon.Events.Categories do defp build_in_categories do [ %{ - id: :arts, - label: gettext("Arts") + id: :ausflug, + label: gettext("Ausflug") }, %{ - id: :book_clubs, - label: gettext("Book clubs") + id: :ausstellung, + label: gettext("Ausstellung") }, %{ - id: :business, - label: gettext("Business") + id: :demonstration, + label: gettext("Demonstration") }, %{ - id: :causes, - label: gettext("Causes") + id: :einweihung, + label: gettext("Einweihung") }, %{ - id: :comedy, - label: gettext("Comedy") + id: :filmvorfuehrung, + label: gettext("Filmvorführung") }, %{ - id: :crafts, - label: gettext("Crafts") + id: :fussball, + label: gettext("Fußball") }, %{ - id: :food_drink, - label: gettext("Food & Drink") + id: :gedenken, + label: gettext("Gedenken") }, %{ - id: :health, - label: gettext("Health") + id: :infostand, + label: gettext("Infostand") }, %{ - id: :music, - label: gettext("Music") + id: :kuenstlerisches, + label: gettext("Künstlerisches") }, %{ - id: :auto_boat_air, - label: gettext("Auto, boat and air") + id: :kneipe, + label: gettext("Kneipe") }, %{ - id: :community, - label: gettext("Community") + id: :konzert, + label: gettext("Konzert") }, %{ - id: :family_education, - label: gettext("Family & Education") + id: :kuefa, + label: gettext("KüFa") }, %{ - id: :fashion_beauty, - label: gettext("Fashion & Beauty") - }, - %{ - id: :film_media, - label: gettext("Film & Media") - }, - %{ - id: :games, - label: gettext("Games") - }, - %{ - id: :language_culture, - label: gettext("Language & Culture") - }, - %{ - id: :learning, - label: gettext("Learning") - }, - %{ - id: :lgbtq, - label: gettext("LGBTQ") - }, - %{ - id: :movements_politics, - label: gettext("Movements and politics") - }, - %{ - id: :networking, - label: gettext("Networking") + id: :lesung, + label: gettext("Lesung") }, %{ id: :party, label: gettext("Party") }, %{ - id: :performing_visual_arts, - label: gettext("Performing & Visual Arts") + id: :sport, + label: gettext("Sport") }, %{ - id: :pets, - label: gettext("Pets") + id: :theater, + label: gettext("Theater") }, %{ - id: :photography, - label: gettext("Photography") + id: :verhandlung, + label: gettext("Verhandlung") }, %{ - id: :outdoors_adventure, - label: gettext("Outdoors & Adventure") - }, - %{ - id: :spirituality_religion_beliefs, - label: gettext("Spirituality, Religion & Beliefs") - }, - %{ - id: :science_tech, - label: gettext("Science & Tech") - }, - %{ - id: :sports, - label: gettext("Sports") - }, - %{ - id: :theatre, - label: gettext("Theatre") + id: :workshop, + label: gettext("Workshop") }, # Legacy default value %{ id: :meeting, - label: gettext("Meeting") - } + label: gettext("Infoveranstaltung") + }, ] end diff --git a/priv/gettext/de/LC_MESSAGES/default.po b/priv/gettext/de/LC_MESSAGES/default.po index 39c150680..c2fc8c607 100644 --- a/priv/gettext/de/LC_MESSAGES/default.po +++ b/priv/gettext/de/LC_MESSAGES/default.po @@ -2309,42 +2309,7 @@ msgstr "LGBTQ" msgid "Language & Culture" msgstr "Sprache & Kultur" -#: lib/mobilizon/events/categories.ex:96 -#, elixir-autogen, elixir-format -msgid "Learning" -msgstr "Lernen" - -#: lib/mobilizon/events/categories.ex:149 -#, elixir-autogen, elixir-format -msgid "Meeting" -msgstr "Treffen" - -#: lib/mobilizon/events/categories.ex:104 -#, elixir-autogen, elixir-format -msgid "Movements and politics" -msgstr "Bewegungen und Politik" - -#: lib/mobilizon/events/categories.ex:64 -#, elixir-autogen, elixir-format -msgid "Music" -msgstr "Musik" - -#: lib/mobilizon/events/categories.ex:108 -#, elixir-autogen, elixir-format -msgid "Networking" -msgstr "Netzwerke" - -#: lib/mobilizon/events/categories.ex:128 -#, elixir-autogen, elixir-format -msgid "Outdoors & Adventure" -msgstr "Natur & Abenteuer" - -#: lib/mobilizon/events/categories.ex:112 -#, elixir-autogen, elixir-format -msgid "Party" -msgstr "Party" - -#: lib/mobilizon/events/categories.ex:116 +#: lib/mobilizon/events/categories.ex:100 #, elixir-autogen, elixir-format msgid "Performing & Visual Arts" msgstr "Darstellende & bildende Kunst" @@ -2369,16 +2334,63 @@ msgstr "Wissenschaft & Technologie" msgid "Spirituality, Religion & Beliefs" msgstr "Glauben, Religion & Spiritualität" -#: lib/mobilizon/events/categories.ex:140 -#, elixir-autogen, elixir-format -msgid "Sports" +msgid "Ausflug" +msgstr "Ausflug" + +msgid "Ausstellung" +msgstr "Ausstellung" + +msgid "Demonstration" +msgstr "Demonstration" + +msgid "Einweihung" +msgstr "Einweihung" + +msgid "Filmvorführung" +msgstr "Filmvorführung" + +msgid "Fußball" +msgstr "Fußball" + +msgid "Gedenken" +msgstr "Gedenken" + +msgid "Infostand" +msgstr "Infostand" + +msgid "Infoveranstaltung" +msgstr "Infoveranstaltung" + +msgid "Künstlerisches" +msgstr "Künstlerisches" + +msgid "Kneipe" +msgstr "Kneipe" + +msgid "Konzert" +msgstr "Konzert" + +msgid "KüFa" +msgstr "KüFa" + +msgid "Lesung" +msgstr "Lesung" + +msgid "Party" +msgstr "Party" + +msgid "Sport" msgstr "Sport" -#: lib/mobilizon/events/categories.ex:144 -#, elixir-autogen, elixir-format -msgid "Theatre" +msgid "Theater" msgstr "Theater" +msgid "Verhandlung" +msgstr "Verhandlung" + +msgid "Workshop" +msgstr "Workshop" + #: lib/web/templates/email/participation/event_card.text.eex:9 #, elixir-autogen, elixir-format msgid "Read more: %{url}" diff --git a/priv/gettext/en/LC_MESSAGES/default.po b/priv/gettext/en/LC_MESSAGES/default.po index 2c42c240e..03b7418d9 100644 --- a/priv/gettext/en/LC_MESSAGES/default.po +++ b/priv/gettext/en/LC_MESSAGES/default.po @@ -1964,11 +1964,6 @@ msgstr "" #: lib/mobilizon/events/categories.ex:112 #, elixir-autogen, elixir-format -msgid "Party" -msgstr "" - -#: lib/mobilizon/events/categories.ex:116 -#, elixir-autogen, elixir-format msgid "Performing & Visual Arts" msgstr "" @@ -1992,15 +1987,62 @@ msgstr "" msgid "Spirituality, Religion & Beliefs" msgstr "" -#: lib/mobilizon/events/categories.ex:140 -#, elixir-autogen, elixir-format -msgid "Sports" -msgstr "" +msgid "Ausflug" +msgstr "Excursion" -#: lib/mobilizon/events/categories.ex:144 -#, elixir-autogen, elixir-format -msgid "Theatre" -msgstr "" +msgid "Ausstellung" +msgstr "Exhibition" + +msgid "Demonstration" +msgstr "Demonstration" + +msgid "Einweihung" +msgstr "Inauguration" + +msgid "Filmvorführung" +msgstr "Film screening" + +msgid "Fußball" +msgstr "Football" + +msgid "Gedenken" +msgstr "Remembrance" + +msgid "Infostand" +msgstr "Infostand" + +msgid "Infoveranstaltung" +msgstr "Info event" + +msgid "Künstlerisches" +msgstr "Art related" + +msgid "Kneipe" +msgstr "Bar" + +msgid "Konzert" +msgstr "Concert" + +msgid "KüFa" +msgstr "Kitchen for all" + +msgid "Lesung" +msgstr "Reading" + +msgid "Party" +msgstr "Party" + +msgid "Sport" +msgstr "Sport" + +msgid "Theater" +msgstr "Theater" + +msgid "Verhandlung" +msgstr "Trial" + +msgid "Workshop" +msgstr "Workshop" #: lib/web/templates/email/participation/event_card.text.eex:9 #, elixir-autogen, elixir-format, fuzzy