Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autodetect translation functions #26

Open
pschichtel opened this issue May 27, 2017 · 0 comments
Open

Autodetect translation functions #26

pschichtel opened this issue May 27, 2017 · 0 comments

Comments

@pschichtel
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant