fix(i18n): update Cebuano language label in AppHeader.vue

- 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 fd7f2e2474
commit 16c59dd5e0

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' },
],
};