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
Instead of using the manually created XML configuration to specify the functions that do translation, an auto detection mechanism would be great.
In Java, this could easily be implemented using an annotation with source retention. This annotation could provide the same details as the XML configuration:
@Percopist(singlar = 0, plurals = {1})
Other languages could use comments or source macros.
The text was updated successfully, but these errors were encountered:
Instead of using the manually created XML configuration to specify the functions that do translation, an auto detection mechanism would be great.
In Java, this could easily be implemented using an annotation with source retention. This annotation could provide the same details as the XML configuration:
Other languages could use comments or source macros.
The text was updated successfully, but these errors were encountered: