What problem does this address?
At the moment, we have a fairly small hardcoded list of languages you can choose from when using the Content Translation experiment. This list is passed through a filter (wpai_content_translation_languages) allowing others to extend that list as needed. Opening this Issue to raise discussion on if that approach is good enough and we leave the list as-is or if there are languages missing from this list that we should always support by default.
What is your proposed solution?
Look to add additional languages to our get_supported_languages method. As mentioned above, we may end up deciding the languages we have there are already good enough and anyone wanting different languages can utilize the wpai_content_translation_languages filter.
Why is this important to you?
No response
I have searched existing issues and this is not a duplicate.
What problem does this address?
At the moment, we have a fairly small hardcoded list of languages you can choose from when using the Content Translation experiment. This list is passed through a filter (
wpai_content_translation_languages) allowing others to extend that list as needed. Opening this Issue to raise discussion on if that approach is good enough and we leave the list as-is or if there are languages missing from this list that we should always support by default.What is your proposed solution?
Look to add additional languages to our
get_supported_languagesmethod. As mentioned above, we may end up deciding the languages we have there are already good enough and anyone wanting different languages can utilize thewpai_content_translation_languagesfilter.Why is this important to you?
No response
I have searched existing issues and this is not a duplicate.