android(i18n): added ukrainian translation (#245)

feat(i18n): added ukrainian translation with extracting of some string to resources. Auto generation of locale config
This commit is contained in:
Hen
2025-11-13 03:21:18 +01:00
committed by GitHub
parent 34f60699b8
commit acf2b9bea7
7 changed files with 242 additions and 17 deletions

View File

@@ -210,4 +210,8 @@
<string name="never_show_again">Never show again</string>
<string name="support_dialog_description">I recently lost my left AirPod. If you\'ve found LibrePods useful, consider supporting me on GitHub Sponsors so I can buy a replacement and continue working on this project- even a little amount goes a long way. Thank you for your support!</string>
<string name="support_librepods">Support LibrePods</string>
<string name="listening_mode_off_description">Turns off noise management</string>
<string name="listening_mode_transparency_description">Lets in external sounds</string>
<string name="listening_mode_adaptive_description">Dynamically adjust external noise</string>
<string name="listening_mode_noise_cancellation_description">Blocks out external sounds</string>
</resources>