About .po translation question #48

Closed
opened 2023-07-31 01:15:13 -07:00 by usergreen · 3 comments

Dear Developers,

For example, Line 51 and 52 at https://git.enlightenment.org/enlightenment/enlightenment/src/branch/master/po/ja.po says:

Line 51 and 52 at https://git.enlightenment.org/usergreen/enlightenment/src/branch/master/po/ja.po
msgid "<title>The Team</><ps/><ps/>"
msgstr ""

I understood "/" is maybe the end tag of "title", but "ps/ ps/" is not known to me. Is "ps/" necessary and what does it means?

Best regards

Dear Developers, For example, Line 51 and 52 at https://git.enlightenment.org/enlightenment/enlightenment/src/branch/master/po/ja.po says: ``` Line 51 and 52 at https://git.enlightenment.org/usergreen/enlightenment/src/branch/master/po/ja.po msgid "<title>The Team</><ps/><ps/>" msgstr "" ``` I understood "/" is maybe the end tag of "title", but "ps/ ps/" is not known to me. Is "ps/" necessary and what does it means? Best regards

</> - end of title
<ps/> - paragraph without content (more like <br/> in html)

So, first ps - got to new line, second ps - add blank line.

Left them as is to get correct result.

`</>` - end of title `<ps/>` - paragraph without content (more like `<br/>` in html) So, first `ps` - got to new line, second `ps` - add blank line. Left them as is to get correct result.
Author

Hello, thank you for your comment.
I understood.

Hello, thank you for your comment. I understood.
Owner

you may close the issue if you think that the answer is correct

you may close the issue if you think that the answer is correct
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: enlightenment/enlightenment#48
No description provided.