Skip to content

Commit

Permalink
fix: assign language code to translation modification
Browse files Browse the repository at this point in the history
  • Loading branch information
d1snin committed May 8, 2024
1 parent 658ac09 commit 9094efb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ class DefaultTranslationService : TranslationService, KoinComponent {
"Updating translation in language '$languageCode'..."
}

modification.languageCode = languageCode

val (originalTranslation, originalTranslationDto) = getTranslation(
languageCode,
requireDto = true
Expand Down

0 comments on commit 9094efb

Please sign in to comment.