You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#:src/components/farm/FarmYourHarvesterNetwork.tsx:58msgid"A harvester is a service running on a machine where plot(s) are actually stored. A farmer and harvester talk to a full node to see the state of the chain. View your network of connected harvesters below Learn more"msgstr"Harvester là một dịch vụ chạy trên một máy chứa các tệp plot . Một �farmer và harvester tương tác với một nút đầy đủ để xác định trạng thái của chuỗi. Xem các harvester được kết nối của bạn dưới đây Tìm hiểu thêm"
When I use lingui extract it change content of the file to
#:src/components/farm/FarmYourHarvesterNetwork.tsx:58msgid"A harvester is a service running on a machine where plot(s) are actually stored. A farmer and harvester talk to a full node to see the state of the chain. View your network of connected harvesters below Learn more"msgstr"Harvester là một dịch vụ chạy trên một máy chứa các tệp plot . Một \bfarmer và harvester tương tác với một nút đầy đủ để xác định trạng thái của chuỗi. Xem các harvester được kết nối của bạn dưới đây Tìm hiểu thêm"
As you can see there is an addition \b character that was not in the original file.
Lingui also changes other characters as well and it is not able to parse it anymore after this operation.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@seeden Hello, since we have fixed #1033 by updating the Messageformat parser package, that might have fixed your issue as well. Could you please try if the issue still persists on the newest version 3.16.1?
I have .po file with next context
When I use
lingui extract
it change content of the file toAs you can see there is an addition \b character that was not in the original file.
Lingui also changes other characters as well and it is not able to parse it anymore after this operation.
Here is my .linguirc file
FYI:
It is not working with all the latest versions of lingui.
This issue is related to #1033 as well.
The text was updated successfully, but these errors were encountered: