Problem/Motivation
- Update dictionary of translation words used in SPA forms.
- Update SPA build script to automatically generate .ts files for SPA from .po files for Drupal
Issue fork cloud-3357000
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
Ryo Yamashita commented@yas
Please review it. Thanks.
Comment #5
yas@ryo-yamashita
Thank you for the patch. We need to address the following multiple lines of
msgstrlike:Comment #6
Ryo Yamashita commented@yas
I fixed data conversion even when msgid spans multiple lines. Thanks.
Comment #7
yas@ryo-yamashita
I think it is not still enough to convert e.g.:
https://git.drupalcode.org/project/cloud/-/blob/847024e9ceb4512a0e430640...
Thanks
Comment #8
yasComment #9
Ryo Yamashita commentedComment #10
yas@ryo-yamashita
Can we remove
Drupal.t("");?I think we should skip the following item:
Thanks
Comment #11
Ryo Yamashita commentedComment #12
yas@ryo-yamashita
Thank you for the update. I could confirm the patch worked. I'll merge the patch to
5.xand6.x, and close this issue as Fixed.Comment #15
yas