mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 20:24:18 -04:00
[yi] fix Fa'afafine
This commit is contained in:
parent
32f62fd448
commit
897a1b95c7
@ -9,7 +9,7 @@ export default ({ app, store }) => {
|
||||
Vue.prototype.$t = t;
|
||||
Vue.prototype.$translateForPronoun = (str, pronoun) =>
|
||||
pronoun.format(
|
||||
t(`flags.${str.replace(/ /g, '_').replace(/\*/g, `'`)}`, {}, false) || str
|
||||
t(`flags.${str.replace(/ /g, '_').replace(/'/g, `*`)}`, {}, false) || str
|
||||
);
|
||||
Vue.prototype.config = config;
|
||||
Vue.prototype.locales = buildDict(function* () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user