From 6e3e094f394eb1371ddcf6d47d1228dc6616fe15 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com>
Date: Fri, 16 Dec 2022 11:57:27 +0100
Subject: [PATCH] todo i18n

---
 app/models/concerns/with_git.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/models/concerns/with_git.rb b/app/models/concerns/with_git.rb
index 2c07b0b2d..467a750ff 100644
--- a/app/models/concerns/with_git.rb
+++ b/app/models/concerns/with_git.rb
@@ -14,7 +14,7 @@ module WithGit
 
   def git_path_content_prefix(website)
     # Handle legacy language-less websites
-    # TODO: Right now, we use the language of the website. It HAS TO get the language from the object including this concern.
+    # TODO I18n: Right now, we use the language of the website. It HAS TO get the language from the object including this concern.
     path = "content/"
     path += "#{website.languages.first.iso_code}/" if website.languages.any?
     path
-- 
GitLab