chore(deps): update dependency @nuxtjs/i18n to v9

This commit is contained in:
Renovate
2024-11-03 14:58:48 +00:00
parent 950a4d624c
commit ff39ee46bb
13 changed files with 132 additions and 70 deletions
+11
View File
@@ -0,0 +1,11 @@
export default {
title: 'Dancefinder - Filters',
band: 'No bands | 1 band | {count} bands',
hall: 'No dance halls | 1 dance hall | {count} dance halls',
city: 'No cities | 1 city | {count} cities',
municipality: 'No municipalities | 1 municipality | {count} municipalities',
state: 'No states | 1 state | {count} states',
remove: 'Remove filter',
success: 'Filter for {name} is removed',
failure: 'Filter for {name} could not be removed',
}