Closed proeung closed 2 years ago
Included in the Sept 13 Engineering Issues Review meeting agenda.
1) Convert to an epic. 2) Circle back with Linda to get an estimate from the translation team regarding the availability of the needed files
@jeffchew @RobertaJHahn Looks like this workaround (https://github.ibm.com/webstandards/ibm-dotcom-translations/pull/427) doesn't work for the Cloud Docs application (see slack thread). We might need to adjust the priority of this issue. Let me know what you both think.
@proeung We will talk about this topic in our Adopter Issues review meeting tomorrow morning, 9/16. We have a dependency on translation files from another team, I'll update this issue when there is more information.
1) The Locale service change: The locale API needs to add flexibility to only fetch the LC code 2) The Translation service api needs to pull the corresponding translation file if only lc is provided.
https://ibmdotcom-services.mybluemix.net/TranslationAPI.html
Issues needed: 1 dev issue to update the services, Prod QA testing of both React & WC MH and Footer to ensure the existing capabilities are not broken. Putra will test by creating a test page that pulls the language code only
Once, the PR for this work is ready for review, please reach out to the Docs/KC team (Mark Kulube and Jenifer Schlotfeldt) to review and test the work within their application.
@RobertaJHahn @annawen1 Looks like the two issues that are associated with this EPIC have been closed. Is there anything else that we need to follow up on for this request? If not, I think we can close this issue out.
@RobertaJHahn @annawen1 Looks like the two issues that are associated with this EPIC have been closed. Is there anything else that we need to follow up on for this request? If not, I think we can close this issue out.
Yeah looks like we're good to go in closing this one. @RobertaJHahn?
@proeung @annawen1 I assigned to the release, updated the Roadmap dates and closed. Thanks for the head-up.
The problem
cloud.ibm.com/docs
application is currently loading just the language code within its?locale= parameter
(eg. https://cloud.ibm.com/docs?locale=es) where other content ecosystems like Drupal is using bothlc
andcc
.lc
andcc
will requires some changes in their current translation files which they're not in the position to adjust.The solution