Maxim Vishnevsky

Results 18 comments of Maxim Vishnevsky

Hi, thx. Yes, I plan to do this in the upcoming releases.

Hi, I see your point. I'll look docs about this option and make update at next week. Thx for interest.

@medihack I'm always for new PR's to the repository =)

Hi, u should look option translationKeyMatcher in docs. Tool can't parse your last example, no match pattern in current logic.

It's public repo, can I try to run script?

Hi, I'll check it on weekends, too much work on weekdays. If it blocker for u, pr's always open, welcome.

Hi, it's real problem with regexp, thx @athammer =), I'm not very good in regexp.

@IlliaHohniak-Hexa, no, it's dynamic key matching, i18n-unused is static analyze tool. But u can use separates without dynamic: ```javascript // for example const femaleTranslation = t('onboardingFlow.feedbackAge.female.20.text'); const maleTranslation = t('onboardingFlow.feedbackAge.male.20.text');...

It was response to problem in topic, default regexp ignored keys not in brackets and cases without space before `t()`