We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is good to know which presentation is held in which language.
I would like to append the current line to support in <language-code> at the end of a entry line. i.e.:
in <language-code>
10:00-11:00 A by B in ja
{ summary: 'A', person: 'B', lang: 'ja' }
Which should only be supported in the first line of the entry:
10:00-11:00 A by B more title in ja has more text
should not extract the language.
{ summary: 'A\nmoretitle in ja\nhas more text', person: 'B' }
If there is a unknown language used: an error should be thrown.
The text was updated successfully, but these errors were encountered:
e6911a0
No branches or pull requests
It is good to know which presentation is held in which language.
I would like to append the current line to support
in <language-code>
at the end of a entry line. i.e.:Which should only be supported in the first line of the entry:
should not extract the language.
If there is a unknown language used: an error should be thrown.
The text was updated successfully, but these errors were encountered: