fix(translation): syntax error

This commit is contained in:
jubnl
2026-04-05 03:54:42 +02:00
parent 0c99eb1d07
commit f03705848d
11 changed files with 0 additions and 11 deletions

View File

@@ -1676,7 +1676,6 @@ const ar: Record<string, string | { name: string; category: string }[]> = {
'notif.dev.unknown_event.title': '[DEV] Unknown Event',
'notif.dev.unknown_event.text': 'Event type "{event}" is not registered in EVENT_NOTIFICATION_CONFIG',
}
}
export default ar

View File

@@ -1671,7 +1671,6 @@ const br: Record<string, string | { name: string; category: string }[]> = {
'notif.dev.unknown_event.title': '[DEV] Unknown Event',
'notif.dev.unknown_event.text': 'Event type "{event}" is not registered in EVENT_NOTIFICATION_CONFIG',
}
}
export default br

View File

@@ -1676,7 +1676,6 @@ const cs: Record<string, string | { name: string; category: string }[]> = {
'notif.dev.unknown_event.title': '[DEV] Unknown Event',
'notif.dev.unknown_event.text': 'Event type "{event}" is not registered in EVENT_NOTIFICATION_CONFIG',
}
}
export default cs

View File

@@ -1673,7 +1673,6 @@ const de: Record<string, string | { name: string; category: string }[]> = {
'notif.dev.unknown_event.title': '[DEV] Unknown Event',
'notif.dev.unknown_event.text': 'Event type "{event}" is not registered in EVENT_NOTIFICATION_CONFIG',
}
}
export default de

View File

@@ -1678,7 +1678,6 @@ const es: Record<string, string> = {
'notif.dev.unknown_event.title': '[DEV] Unknown Event',
'notif.dev.unknown_event.text': 'Event type "{event}" is not registered in EVENT_NOTIFICATION_CONFIG',
}
}
export default es

View File

@@ -1672,7 +1672,6 @@ const fr: Record<string, string> = {
'notif.dev.unknown_event.title': '[DEV] Unknown Event',
'notif.dev.unknown_event.text': 'Event type "{event}" is not registered in EVENT_NOTIFICATION_CONFIG',
}
}
export default fr

View File

@@ -1673,7 +1673,6 @@ const hu: Record<string, string | { name: string; category: string }[]> = {
'notif.dev.unknown_event.title': '[DEV] Unknown Event',
'notif.dev.unknown_event.text': 'Event type "{event}" is not registered in EVENT_NOTIFICATION_CONFIG',
}
}
export default hu

View File

@@ -1673,7 +1673,6 @@ const it: Record<string, string | { name: string; category: string }[]> = {
'notif.dev.unknown_event.title': '[DEV] Unknown Event',
'notif.dev.unknown_event.text': 'Event type "{event}" is not registered in EVENT_NOTIFICATION_CONFIG',
}
}
export default it

View File

@@ -1672,7 +1672,6 @@ const nl: Record<string, string> = {
'notif.dev.unknown_event.title': '[DEV] Unknown Event',
'notif.dev.unknown_event.text': 'Event type "{event}" is not registered in EVENT_NOTIFICATION_CONFIG',
}
}
export default nl

View File

@@ -1672,7 +1672,6 @@ const ru: Record<string, string> = {
'notif.dev.unknown_event.title': '[DEV] Unknown Event',
'notif.dev.unknown_event.text': 'Event type "{event}" is not registered in EVENT_NOTIFICATION_CONFIG',
}
}
export default ru

View File

@@ -1672,7 +1672,6 @@ const zh: Record<string, string> = {
'notif.dev.unknown_event.title': '[DEV] Unknown Event',
'notif.dev.unknown_event.text': 'Event type "{event}" is not registered in EVENT_NOTIFICATION_CONFIG',
}
}
export default zh