simbleau / chat-translator

Use Google Translate API to translate chat messages between over 100 languages in this RuneLite Plugin.
BSD 2-Clause "Simplified" License
8 stars 2 forks source link

New Feature: Make the source/target language combo boxes type-searchable by language codes and ISO language name #7

Open simbleau opened 3 years ago

simbleau commented 3 years ago

Instead of finding a language on a long list, it would be helpful to be able to search them. This is particularly useful because there's 2 ways that languages can be sorted, possibly leading to confusion or a hard time finding a target language.

Unfortunately, the 2 letter language codes are usually based off of their native names(endonyms). e.g. "DE" stands for Deutsh, which is German, and "SV" stands for Svenska, which is Swedish.

Currently, languages are sorted by their ISO language name, e.g. "German". But, if someone found a translation coming from "SV", they would have to determine what language that is, and find it in a list which isn't sorted the way they would find it ideally.

Proposal: Make the combo boxes searchable via BOTH native names and language codes.