Replies: 1 comment 2 replies
-
There is currently not automated way to assign screenshots to strings besides doing that using API. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there any way to automatically link a screenshot to a key (without OCR), currently I see only manual way by searching for source string and assigning a screenshot.
Example, if we have screenshots in some folder structure that can match a component and key like below :
Screenshots : screenshots/component/label_hello.PNG
Labels : component/labels_de.properties
Content:
label.hello = "Hello"
Here key : "label.hello" can automatically match to find a PNG with same key name "label.hello.PNG" or "label_hello.PNG" (dots replacing underscore )
Can you please guide if there is any hook/script that can do above operation or is there any option already like that ?
Beta Was this translation helpful? Give feedback.
All reactions