Results 2 comments of Alexei

Try this workaround: `~/composables/useT.ts`: ```ts import { UseI18nOptions } from 'vue-i18n' export const useT = (key: string | number, options: UseI18nOptions = {}) => { const { t, locale: localeRef...

> Add `/usr/include` and `/usr/lib64` to compiler and linker options respectively. +1 and here the reasons why. > Can you please add a reason why do you need it? These...