Skip to content

Commit

Permalink
Maintenance: Mark strings as not translatable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed Mar 21, 2024
1 parent 5599657 commit 1f3c1ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
8 changes: 4 additions & 4 deletions db/seeds/settings.rb
Expand Up @@ -382,7 +382,7 @@
tag: 'select',
options: {
'' => '-',
'Service::Image::Zammad' => __('Zammad Image Service'),
'Service::Image::Zammad' => 'Zammad Image Service', # rubocop:disable Zammad/DetectTranslatableString
},
},
],
Expand All @@ -409,7 +409,7 @@
tag: 'select',
options: {
'' => '-',
'Service::GeoIp::Zammad' => __('Zammad GeoIP Service'),
'Service::GeoIp::Zammad' => 'Zammad GeoIP Service', # rubocop:disable Zammad/DetectTranslatableString
},
},
],
Expand All @@ -436,7 +436,7 @@
tag: 'select',
options: {
'' => '-',
'Service::GeoLocation::Osm' => __('OpenStreetMap (ODbL 1.0, http://osm.org/copyright)'),
'Service::GeoLocation::Osm' => 'OpenStreetMap (ODbL 1.0, http://osm.org/copyright)', # rubocop:disable Zammad/DetectTranslatableString
},
},
],
Expand All @@ -463,7 +463,7 @@
tag: 'select',
options: {
'' => '-',
'Service::GeoCalendar::Zammad' => __('Zammad GeoCalendar Service'),
'Service::GeoCalendar::Zammad' => 'Zammad GeoCalendar Service', # rubocop:disable Zammad/DetectTranslatableString
},
},
],
Expand Down
16 changes: 0 additions & 16 deletions i18n/zammad.pot
Expand Up @@ -8958,10 +8958,6 @@ msgstr ""
msgid "Open your authenticator app and scan the QR code below:"
msgstr ""

#: db/seeds/settings.rb
msgid "OpenStreetMap (ODbL 1.0, http://osm.org/copyright)"
msgstr ""

#: app/frontend/apps/mobile/pages/ticket/components/TicketDetailView/TicketViewersDialog.vue
msgid "Opened in tabs"
msgstr ""
Expand Down Expand Up @@ -15481,22 +15477,10 @@ msgstr ""
msgid "Zammad Foundation"
msgstr ""

#: db/seeds/settings.rb
msgid "Zammad GeoCalendar Service"
msgstr ""

#: db/seeds/settings.rb
msgid "Zammad GeoIP Service"
msgstr ""

#: db/seeds/settings.rb
msgid "Zammad Helpdesk"
msgstr ""

#: db/seeds/settings.rb
msgid "Zammad Image Service"
msgstr ""

#: lib/user_agent.rb
msgid "Zammad User Agent"
msgstr ""
Expand Down

0 comments on commit 1f3c1ff

Please sign in to comment.