Create about-uk
Add "About" page in Ukrainian (uk_UA)
Description
Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change. If there are any UI change, please include the screenshots also.
Fixes #(issue)
Type of change
Just put an x in the [] which are valid.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
- [ ]
./gradlew assembleDebug assembleRelease - [ ]
./gradlew checkstyle
Checklist:
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
Thank you for your work @Symbian9 , unfortunately the page will appear to the user only after the app strings file also gets translated to Ukrainian. Can you help translating the strings file also?
Yes. Please, do not close this pull, I will update own branch in few days!
@Symbian9 , is there any update on this? You asked not to close the PR
unfortunately the page will appear to the user only after the app strings file also gets translated to Ukrainian. Can you help translating the strings file also?
is there any update on this?
Please, point me directly which files I should translate now.
Hi,
sorry for the delay. You can use the strings editor on Android Studio or copy the app/src/main/res/values/strings.xml to app/src/main/res/values-uk/strings.xml and then translate the values on the xml tags.
Attention to not break the xml code and also rememeber to change the value that points to about.md file to your newest file about-uk.md.
You can look for an example on this Pull Request with Hebrew translation.
Thank you for your help!
Hi @Symbian9 ... I plan to make a new release in the next few days, would be great if it gets the debut of Ukrainian translation. Are you able to finish it?
I plan to make a new release in the next few days, would be great if it gets the debut of Ukrainian translation
Cool! I'm not sure, but really would try to finish it now.