diff options
author | Martin Hanzel <arthanzel@gmail.com> | 2019-07-24 14:19:25 +0200 |
---|---|---|
committer | Martin Hanzel <arthanzel@gmail.com> | 2019-08-06 19:19:02 -0400 |
commit | 20e8c92410d93c39f4a800941d0c633f949e7790 (patch) | |
tree | 6d4b5310609335cd39a648083a1870540c4955da /locale | |
parent | 1dfbb27f6e8d01023564eededff2a0ba1a04badc (diff) | |
download | gitlab-ce-20e8c92410d93c39f4a800941d0c633f949e7790.tar.gz |
Enforce max chars and max render time in markdown math
KaTeX math will now render progressivly and asynchronously. There
are upper limits on the character count of each formula, and on
cumulative render time.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/gitlab.pot | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 8cf70014256..8ecd7ccd045 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -1083,9 +1083,6 @@ msgstr "" msgid "An error occurred while parsing recent searches" msgstr "" -msgid "An error occurred while rendering KaTeX" -msgstr "" - msgid "An error occurred while rendering preview broadcast message" msgstr "" @@ -13272,6 +13269,12 @@ msgstr "" msgid "manual" msgstr "" +msgid "math|The math in this entry is taking too long to render and may not be displayed as expected. For performance reasons, math blocks are also limited to %{maxChars} characters. Consider splitting up large formulae, splitting math blocks among multiple entries, or using an image instead." +msgstr "" + +msgid "math|There was an error rendering this math block" +msgstr "" + msgid "merge request" msgid_plural "merge requests" msgstr[0] "" |