Having an option to mark some terms as deprecated before removing them from poeditor while they are stil in use in the app would be useful. Poeditor allows assigning tags to terms so propagating tag "deprecated" to @depreacted in the code would probably be best.
This feature might not be simple or even possible because (in this form):
- I'm not sure if those tags are event available though poeditor api
- Probably requires editing generated .dart files since I don't think there is a way to mark term as deprecated in the .arb format
Having an option to mark some terms as deprecated before removing them from poeditor while they are stil in use in the app would be useful. Poeditor allows assigning tags to terms so propagating tag "deprecated" to
@depreactedin the code would probably be best.This feature might not be simple or even possible because (in this form):