D
D
Dutymy2021-09-30 01:38:53
Internationalization and localization
Dutymy, 2021-09-30 01:38:53

How to use i18n Pluralization?

hello how do i use vue 3 i18n pluralization
example

setup() {
    const { t, tc } = useI18n({});
    return { t, tc };
  },

but I get TypeError: _ctx.tс is not a function, just t works
Can I ask for an example i18n pluraliration vue 3 please

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question