In order to show detailed dirty status of submodules in long format,
git stripped the last ", " from the concatenate sting by a two-byte
backstep. So for keeping the two-byte backstep valid, won't touch the
end ", " for translation.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
#: wt-status.c:248
msgid "new commits, "
-msgstr "新提交,"
+msgstr "新提交, "
#: wt-status.c:250
msgid "modified content, "
-msgstr "修改的内容,"
+msgstr "修改的内容, "
#: wt-status.c:252
msgid "untracked content, "
-msgstr "未跟踪的内容,"
+msgstr "未跟踪的内容, "
# 为保证在输出中对齐,注意调整句中空格!
#: wt-status.c:266