z2o-k7e / z2o-k7e.github.io

https://learn.z2o-k7e.world/
61 stars 27 forks source link

.po file pending issues... #24

Open Demian101 opened 8 months ago

Demian101 commented 8 months ago
  1. google-i18n-helper xgettext BUG:

.md 文件

$$
\begin{array}{|c|c|c|c|c|}
\hline
1 & x_1 & x_2 & x_3 & out \\
\hline
0 & 1 & 1 & 0 & 0 \\
\hline
\end{array}
$$

转成 message.pot 文件:

#: src/plonk-arithmetization.md:35
msgid ""
"$$ \\\\begin{array}{|c|c|c|c|c|} \\\\hline 1 & x_1 & x_2 & x_3 & out \\\\ \\"
"\\hline 0 & 1 & 1 & 0 & 0 \\\\ \\\\hline \\\\end{array} $$"
msgstr ""

导致渲染不出来。

Demian101 commented 8 months ago

https://github.com/google/mdbook-i18n-helpers/issues/105