fix(i18n): update Cebuano language label in AppHeader.vue
All checks were successful
Deploy to production / deploy (push) Successful in 2m53s

- Changed the native label for Cebuano from 'Sinugboanon' to 'Binisaya' in the language options of AppHeader.vue for improved accuracy and user recognition.
This commit is contained in:
Torsten Schulz (local)
2026-04-07 15:59:07 +02:00
parent ae635b9c16
commit e9f0f6c133

View File

@@ -52,7 +52,7 @@ export default {
uiLocaleOptions: [
{ value: 'de', nativeLabel: 'Deutsch' },
{ value: 'en', nativeLabel: 'English' },
{ value: 'ceb', nativeLabel: 'Sinugboanon' },
{ value: 'ceb', nativeLabel: 'Binisaya' },
{ value: 'es', nativeLabel: 'Español' },
],
};