iachat/app/javascript/dashboard/i18n/locale
Shivam Mishra a8c12ffb25
chore: update interpolation syntax for i18n files (#10198)
There were two warnings showing up on new teams page

1. `errorMessage` prop was getting invalid value, this was because were
short circuting the error message using `&&`, fixed it by using ternary
operator
2. `vue-i18n` has deprecated [rails
syntax](https://vue-i18n.intlify.dev/guide/essentials/syntax#rails-i18n-format),
fixed that warning by removing `%` before `{}` for interpolation

> Note: the `vue-i18n` deprecation needs to be handled, but we can do it
later
2024-10-07 11:12:40 -07:00
..
am chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
ar chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
bg chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
ca chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
cs chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
da chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
de chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
el chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
en chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
es chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
fa chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
fi chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
fr chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
he chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
hi chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
hr chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
hu chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
hy chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
id chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
is chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
it chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
ja chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
ka chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
ko chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
lt chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
lv chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
ml chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
ms chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
ne chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
nl chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
no chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
pl chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
pt chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
pt_BR chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
ro chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
ru chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
sh chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
sk chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
sl chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
sq chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
sr chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
sv chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
ta chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
th chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
tl chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
tr chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
uk chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
ur chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
ur_IN chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
vi chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
zh fix: signup form broken in production (#10206) 2024-10-03 11:23:30 +05:30
zh_CN chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
zh_TW chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00