iachat/app/javascript/dashboard/i18n/locale
Shivam Mishra 2a832f8ed5
fix: parsing of @ in i18n values (#10334)
Vue i18n has a new [linked message
syntax.](https://vue-i18n.intlify.dev/guide/essentials/syntax.html#linked-messages)
When it encounters `@` it assumes that we're trying to use a linked
message. And tries to parse it as such, in any case, it breaks since the
syntax is not valid and the params are not present. So it causes an
error. This works on dev but on production the error is bubbled up to
the top and rendering breaks.

A lot of folks use Chatwoot with default locale set in the env, this
surfaced the issue for the languages for which the syntax was not
updated

Fixes: https://github.com/chatwoot/chatwoot/issues/10313
2024-10-22 15:43:01 +05:30
..
am chore: update interpolation syntax for i18n files (#10198) 2024-10-07 11:12:40 -07:00
ar fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
bg fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
ca fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
cs fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
da fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
de fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
el fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
en feat: Add new Locale page (#10275) 2024-10-15 19:21:15 -07:00
es fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
fa fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
fi fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
fr fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
he fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
hi fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
hr fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
hu fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
hy fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
id fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
is fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
it fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
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 fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
lt fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
lv fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
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 fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
no fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
pl fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
pt fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
pt_BR fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
ro fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
ru fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
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 fix: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +05:30
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: parsing of @ in i18n values (#10334) 2024-10-22 15:43:01 +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