About .po translation question #48

Closed
opened 4 months ago 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.
Poster

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
usergreen closed this issue 3 months ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: enlightenment/enlightenment#48
Loading…
There is no content yet.