标签: react-native i18next
我想为i18n变量设置默认值。如何为以下代码设置默认值?屏幕加载时,如果没有计数,我想显示0。
I18n.translations = { en: { bookCount: 'count is {{count}}' } };