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

Add support for Android #177

Closed
jutzig opened this issue Jan 25, 2014 · 1 comment
Closed

Add support for Android #177

jutzig opened this issue Jan 25, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@jutzig
Copy link
Owner

jutzig commented Jan 25, 2014

It would be nice if Jabylon could support android translations as well. It doesn't look too troublesome. Similar semantics to java properties, just the format and placement/naming are different.
In android all resources go to res/values/strings.xml. A specific language would be res/values-de/strings.xml. It gets a little different when variants are involved:
res/values-de-rDE/strings.xml
So - instead of _ and the variante gets an extra r as a prefix

jutzig added a commit that referenced this issue Mar 3, 2014
made new property formats pluggable as OSGi services
jutzig added a commit that referenced this issue Mar 3, 2014
added additional unit tests
jutzig added a commit that referenced this issue Mar 15, 2014
refactored property loading/writing to be OSGi service based and
extensible.
The actual android support will be supplied by a plugin
@jutzig jutzig added this to the 1.1.0 milestone Mar 16, 2014
@jutzig jutzig self-assigned this Mar 16, 2014
@jutzig
Copy link
Owner Author

jutzig commented Mar 16, 2014

android plugin is implemented. Closing

@jutzig jutzig closed this as completed Mar 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant