johman10 / flood-for-transmission

A Flood (https://github.com/Flood-UI/flood) clone for Transmission
GNU General Public License v3.0
325 stars 30 forks source link

Support multiple languages #129

Open yamazakitouma opened 3 years ago

johman10 commented 3 years ago

Hi, sorry. I don't speak Mandarin but Google Translate told me that you are requesting multi language support.

This can probably be done but would be quite an undertaking. I will consider this but please don't expect it anytime soon!

FoUStep commented 2 years ago

He's Japanese, not Mandarin ;)

Willing to assist in translation for the Dutch language if this is being considered..

johman10 commented 2 years ago

Aahh, sorry about that!

I'm Dutch myself so no need on help for that I'm afraid. This is quite low on my priority list though. ;)

yamazakitouma commented 2 years ago

I can assist with Simplified Chinese, Traditional Chinese and Japanese translations

utopia2077 commented 1 year ago

Two years on, is there any progress in localization? jesec/floodsay say it has 20+ languages are supported.

johman10 commented 1 year ago

@utopia2077 currently localization is very low on my priority list. If you want to localization feel free to use jesec/flood or to contribute here.

iveney commented 8 months ago

Not sure if this is the same as multi lingo support, but being able to search in other language will be great. Currently I found the search box seems to be English only.

johman10 commented 8 months ago

@iveney I assume you are referring to only supporting Latin characters? It's probably due to this line: https://github.com/johman10/flood-for-transmission/blob/2b8a5f7b77dcdf96902b9ac0fe1712d10b8ab703/src/helpers/filterHelper.js#L64

IIRC I implemented this to allow searching through torrents with . or - instead of spaces, but yeah, this is perhaps a little too agressive!

If you feel inspired feel free to open a PR that resolves it for your use case.