Skip to content

Commit

Permalink
fix: suggested changes from code revirw
Browse files Browse the repository at this point in the history
  • Loading branch information
Anty0 committed Sep 20, 2024
1 parent 04f5f81 commit 81e9c78
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ class IcuToI18nextPlaceholderConvertor : FromIcuPlaceholderConvertor {
}

override fun convertText(string: String): String {
// TODO: escape - there doesn't seem to be a documented way how to escape either {{ or $t in i18next
// We should escape {{ and $t, but there doesn't seem to be a documented
// way how to escape either {{ or $t in i18next
return string
}

Expand Down

0 comments on commit 81e9c78

Please sign in to comment.