google / automotive-design-compose

Automotive Design for Compose is an extension to Jetpack Compose that allows every screen, component, and overlay of your Android App to be defined in Figma, and lets you see the latest changes to your Figma design in your app, immediately!
https://google.github.io/automotive-design-compose/
Apache License 2.0
118 stars 17 forks source link

Manually break out two identical strings into two translations in the UI #1469

Closed yiqunw700 closed 2 months ago

yiqunw700 commented 3 months ago
  1. Nice, this is a lot simpler than I expected. It would be nice to manually break out two identical strings into two translations in the UI, but that can be done later. Originally posted by @rylin8 in https://github.com/google/automotive-design-compose/pull/1445#pullrequestreview-2214074591

  2. I think it might be worth it to add a test with two or more identical strings in Figma translating to different values. Maybe in a separate PR if you prefer. Originally posted by @rylin8 in https://github.com/google/automotive-design-compose/issues/1445#issuecomment-2264114706


A follow up ticket of https://github.com/google/automotive-design-compose/issues/1242

yiqunw700 commented 2 months ago

Added the support to break identical strings into two translations. But action is not saved. Will need a follow up ticket for saving the actions.