Skip to content

Conversation

@malvpatel
Copy link
Contributor

No description provided.

th.textContent = header;
footerRow.appendChild(th);
});
const footerRow = headerRow.cloneNode(true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch.

@rouilj
Copy link
Contributor

rouilj commented May 18, 2024

Except for the doc issue looks good to me.

@malvpatel
Copy link
Contributor Author

@rouilj um doc issues.

you mean should I not have included that section or just refer them to roundup docs for translation?

@rouilj
Copy link
Contributor

rouilj commented May 18, 2024

Including the section is fine Especially since the translation strings can't be automatically extracted by roundup-gettext.

I think your example is wrong. I don't think:

msgid "Next"
msgstr "nächste"

is going to work. When you set up:
``
const CLASSHELPER_TRANSLATION_KEYWORDS = ["apply", "cancel", "next", "prev", "search", "reset"];

you changed "Next" to "next". I think the docs have to change to:

msgid "next"
msgstr "nächste"

@malvpatel
Copy link
Contributor Author

@rouilj Fixed the docs and added warning for case sensitive msgid

Merging it into main

@malvpatel malvpatel merged commit 2312f03 into main May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants