Conversation
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
There was a problem hiding this comment.
3 issues found across 30 files
Prompt for AI agents (all 3 issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="packages/twenty-server/src/engine/core-modules/i18n/locales/sv-SE.po">
<violation number="1" location="packages/twenty-server/src/engine/core-modules/i18n/locales/sv-SE.po:2242">
P2: Malformed Swedish translation for 'Monday'. The translation contains a literal newline character splitting the word incorrectly. The correct translation should be `Måndag` (single word, no newline).</violation>
<violation number="2" location="packages/twenty-server/src/engine/core-modules/i18n/locales/sv-SE.po:3188">
P2: Malformed Swedish translation for 'Saturday'. The translation contains a literal newline character splitting the word incorrectly. The correct translation should be `Lördag` (single word, no newline).</violation>
<violation number="3" location="packages/twenty-server/src/engine/core-modules/i18n/locales/sv-SE.po:3334">
P1: Malformed and incomplete Swedish translation for 'Sunday'. The translation contains a literal newline character and is missing characters. The correct translation should be `Söndag` (not 'S\nnd').</violation>
</file>
Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR
| "L\n" | ||
| "urdag" | ||
|
|
There was a problem hiding this comment.
P2: Malformed Swedish translation for 'Saturday'. The translation contains a literal newline character splitting the word incorrectly. The correct translation should be Lördag (single word, no newline).
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-server/src/engine/core-modules/i18n/locales/sv-SE.po, line 3188:
<comment>Malformed Swedish translation for 'Saturday'. The translation contains a literal newline character splitting the word incorrectly. The correct translation should be `Lördag` (single word, no newline).</comment>
<file context>
@@ -3183,7 +3184,8 @@ msgstr "K\"or"
msgid "Saturday"
-msgstr "L\n"
+msgstr ""
+"L\n"
"urdag"
</file context>
| "L\n" | |
| "urdag" | |
| msgstr "Lördag" |
| "M\n" | ||
| "ndags" | ||
|
|
There was a problem hiding this comment.
P2: Malformed Swedish translation for 'Monday'. The translation contains a literal newline character splitting the word incorrectly. The correct translation should be Måndag (single word, no newline).
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-server/src/engine/core-modules/i18n/locales/sv-SE.po, line 2242:
<comment>Malformed Swedish translation for 'Monday'. The translation contains a literal newline character splitting the word incorrectly. The correct translation should be `Måndag` (single word, no newline).</comment>
<file context>
@@ -2238,7 +2238,8 @@ msgstr "Modell-ID får inte vara tomt"
msgid "Monday"
-msgstr "M\n"
+msgstr ""
+"M\n"
"ndags"
</file context>
| "M\n" | |
| "ndags" | |
| msgstr "Måndag" |
| "S\n" | ||
| "nd" | ||
|
|
There was a problem hiding this comment.
P1: Malformed and incomplete Swedish translation for 'Sunday'. The translation contains a literal newline character and is missing characters. The correct translation should be Söndag (not 'S\nnd').
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-server/src/engine/core-modules/i18n/locales/sv-SE.po, line 3334:
<comment>Malformed and incomplete Swedish translation for 'Sunday'. The translation contains a literal newline character and is missing characters. The correct translation should be `Söndag` (not 'S\nnd').</comment>
<file context>
@@ -3328,7 +3330,8 @@ msgstr "\"amnet"
msgid "Sunday"
-msgstr "S\n"
+msgstr ""
+"S\n"
"nd"
</file context>
| "S\n" | |
| "nd" | |
| msgstr "Söndag" |
LogDetails |
Created by Github action