Skip to content

Commit

Permalink
fix eventLabels translation
Browse files Browse the repository at this point in the history
  • Loading branch information
satellitestudiodesign committed Oct 24, 2024
1 parent fb67cfa commit e741ed7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/fishing-map/features/i18n/translation-keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ const translations = 'used_to_get_dynamic_translations_autogenerated'
// t('common.user', 'User')

// Common events
// t('common.event.loitering', 'loitering')
// t('common.event.encounter', 'encounter')
// t('common.event.port_visit', 'port visit')
// t('common.eventLabels.loitering', 'loitering')
// t('common.eventLabels.encounter', 'encounter')
// t('common.eventLabels.port_visit', 'port visit')

// Feedback

Expand Down
2 changes: 1 addition & 1 deletion apps/fishing-map/public/locales/source/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"edit": "Edit",
"edit ": "edit",
"environment": "Environment",
"event": {
"eventLabels": {
"loitering": "loitering",
"encounter": "encounter",
"port_visit": "port visit"
Expand Down

0 comments on commit e741ed7

Please sign in to comment.