aleksey-saenko / MusicRecognizer

An Android application for music recognition that uses AudD and ACRCloud services to perform song identification.
GNU General Public License v3.0
431 stars 10 forks source link

Add turkish locales #48

Closed mikropsoft closed 6 months ago

aleksey-saenko commented 6 months ago

Hi again, Thanks a lot providing the Turkish translation, it's a great job.

Could you also add translations for the files full_description.txt, short_description.txt? These files hold the metadata for the D-Froid app. You can find these files in the fastlane/metadata/android/en-US/. Please create a new folder (named tr for Turkish) next to en-US and put the translated files there. This would be greatly appreciated! There's no need to translate the changelogs or provide screenshots, as it would be hard for us to keep them updated. Also, please remove any strings that have the attribute translatable=false from strings.xml.

mikropsoft commented 6 months ago

Hi again, Thanks a lot providing the Turkish translation, it's a great job.

Could you also add translations for the files full_description.txt, short_description.txt? These files hold the metadata for the D-Froid app. You can find these files in the fastlane/metadata/android/en-US/. Please create a new folder (named tr for Turkish) next to en-US and put the translated files there. This would be greatly appreciated! There's no need to translate the changelogs or provide screenshots, as it would be hard for us to keep them updated. Also, please remove any strings that have the attribute translatable=false from strings.xml.

sure, it will be ready soon :)

mikropsoft commented 6 months ago

Also the strings "false" are not translated, thanks

aleksey-saenko commented 6 months ago

Thanks for providing additional files. I've added escaping for special characters (docs), removed redundant non-translatable strings, and made some minor fixes. You can verify if everything is okay; if so, we can merge this.

mikropsoft commented 6 months ago

Thanks for providing additional files. I've added escaping for special characters (docs), removed redundant non-translatable strings, and made some minor fixes. You can verify if everything is okay; if so, we can merge this.

Done 💯

aleksey-saenko commented 6 months ago

Merged. Thanks for your contribution!