Skip to content

Fix: locale on commits detail page

What does this MR do and why?

Right now, these methods use string concatenation for giving hints to the users, I replaced it with externalize methods so that they can be translated into other languages.

/cc @prajnamas @orozot @qk44077907

Screenshots or screen recordings

Since there were no entries for these texts, there will be no before and after comparisons.

CleanShot_2022-10-17_at_17.57.10_2x

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

  1. Go to your GDK
  2. Go to any projects with commits included.
  3. Go to Repository > Commits
  4. Click on any commit that contains changes.
  5. Observe.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports