标签: gettext string-formatting
我使用gettext翻译我的用户界面。我想在符号中使用符号%作为UI标题的一部分,但由于它具有特殊含义,因此无法按预期工作。我怎样才能逃脱百分号?
%
答案 0 :(得分:14)
使用%%转义%。
%%