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 string-value word - "OF" #7

Closed
klepov opened this issue Feb 16, 2016 · 3 comments
Closed

add string-value word - "OF" #7

klepov opened this issue Feb 16, 2016 · 3 comments

Comments

@klepov
Copy link

klepov commented Feb 16, 2016

FullScreenImageGalleryActivity.java
actionBar.setTitle(String.format("%d of %d", (position + 1), totalPages));

for translation in other language.

@lawloretienne
Copy link
Owner

How do you propose i do this? Do i need to create string resources for multiple languages? How do I know which languages are important to be covered?

@lawloretienne
Copy link
Owner

Instead of using 1 of 30 i changed it to 1/30 so then I wont need to worry about translating to a language equivalent.

@klepov
Copy link
Author

klepov commented Feb 27, 2016

i'm override this string in my strings file

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

2 participants