Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有消息的属性文件,我想处理一些特殊的复数情况。现在我使用:
xxx.yyy.plural=test{0,choice,2#y}
但它也将 12 格式化为“暴躁”。如何将 2 指定为完全匹配?
我找到了答案。似乎只有在指定了多个选项时,属性文件中的选项语句才能正常工作。所以你必须至少指定一个“其他分支”如果我重写我的例子:
xxx.yyy.plural={0,choice,2#testy|2<test}