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
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
The text was updated successfully, but these errors were encountered:
And yes, your 2. point is correct. This will require modifying the flutter gen-l10n output Dart files. So we either make poe2arb also run the flutter gen-l10n command or create a separate command that serves solely for spicing the Dart files with (for now) @deprecateds.
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):
The text was updated successfully, but these errors were encountered: