Open radiorz opened 1 year ago
I have the same issue. How to select and translate all sentences? Thanks.
@alrferreira There is a way to do this: https://stackoverflow.com/questions/67890201/how-to-select-all-values-from-json-file-in-vs-code
but it is no very easy haha
The following regex will select all values (?<=:\s")[^"]+
in VS Code, then use Select all occurrences, close the find dialog then use Shift
+Alt
+T
to translate all the values.