You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
andrew000
changed the title
[BUG] "Extract" does not update (or comment) keys whose arguments have been changed (or removed)
[BUG] "Extract" does not comment keys whose arguments have been changed (or removed)
Dec 10, 2023
Foreword
bot
directorybot
directorySteps
python -m aiogram_i18n extract -i '.\bot' -o '.\locales\test.ftl' -cm -k 'i18n' --locales 'uk'
age="42"
from code instart()
functionExpected behavior
hello-text = hello-text { $name } { $age }
should be commented and new linehello-text = hello-text { $name }
should be added.Current behavior
hello-text = hello-text { $name } { $age }
has not changedCode to reproduce bug
Requiremets
The text was updated successfully, but these errors were encountered: