Skip to content

Resolve 'modules' bits of "Open translation issues/questions"

Deals with hardcoded translations in: Modules

  • ApplicationView
  • ApplicationControl
  • BasketControl
  • Basket/components/RequestForm (l.170)
  • BasketXhr (l.365)
  • BlogView (::newsPost, ::newsListItem) -> did not find the to-be-translated-lines here
  • ContentControl (::index, ::joininfo, ::content_form)
  • ContentView (::joininfo)
  • Core/View (::distance, ::location) -> here the format of the numbers should at some point be addressed (english is not with komma but with point) - we should then write a helper function for formatting (which I can't do) -> issue for this is created.
  • DashboardControl (::dashFoodsaver l.353 $distance)
  • Dashboard/components/ActivityPost (l.51,67)
  • EmailControl (::index) -> here nothing seems to be left to do
  • Foodsaver/Foodsaver.js (l.36)
  • IndexControl (l.21)
  • LoginControl (::unsubscribe)
  • MailboxXhr (::loadmails l.129-131)
  • Mailbox.js (::mb_clearEditor l.152, ::mb_send_message l.185, ::u_addTypeHead l.252)
  • MapView (::lMap l.14, ::mapControl)
  • Profile/components/ReportRequest.vue (l.16, l.138-142)
  • ProfileXhr (::history, ::deleteAllDatesFromFoodsaver, ::deleteSinglePickup)
  • ProfileView (::renderReportRequest l.591)
  • QuizControl (::index l.62, ::listQuiz, ::wall, ::getWallTopbarContent, ::edit, ::newquiz, ::sessiondetail, ::getSessionDetailTopbarContent, ::sessions)
  • QuizView (all)
  • QuizXhr (all) ... I did a take on the Quiz BUT it will be taken out of the MR: The Quiz is currently in the process of being rewritten anyway.
  • Region/components/ThreadPostActions (l.8, 51)
  • ReportControl (::index, ::uncom, ::com, ::foodsaver)
  • ReportView (::reportDialog, ::statsMenu, ::listReportsTiny, ::listReports)
  • ReportXhr (::loadReport, ::comReport, ::delReport)
  • Report/components/ReportList.vue (l.10)
  • SearchIndexGenerator (::generateIndex l.71, 96, 115, 135)
  • SettingsView (::quizSession, ::changemail3, ::pause, ::quizContinue, ::quizRetry, ::confirmBip, ::quizIndex, ::pause, ::quizContinue, ::quizRetry, ::quizIndex)
  • the whole Store module
  • the whole StoreUser module ... will do these two in a different MR
  • Team.js (l.28,37)
  • TeamView (::user l.14)
  • Wall/components/Wall.vue
  • WallPostView (l. 71)
  • WorkGroupXhr (::applysend)
Edited by Christian Walgenbach

Merge request reports