假设我有一个字符串“Let's meet on the $n floor”,我希望它国际化。在英语中,它应该是“1st floor”、“2nd floor”、“3rd floor”、“4th floor”等。在德语中,它应该是“1.stock”、“2.stock”、“3. Stock”等。如何使用intl package实现这一点,因为Intl.plural
仅支持zero, one, two, few and many?
假设我有一个字符串“Let's meet on the $n floor”,我希望它国际化。在英语中,它应该是“1st floor”、“2nd floor”、“3rd floor”、“4th floor”等。在德语中,它应该是“1.stock”、“2.stock”、“3. Stock”等。如何使用intl package实现这一点,因为Intl.plural
仅支持zero, one, two, few and many?
1条答案
按热度按时间axzmvihb1#
我使用本机平台库为此制作了一个包。
https://pub.dev/packages/ordinal_formatter