Update settings-display-ui-handler.ts

This commit is contained in:
Lugiad 2024-09-15 21:08:10 +02:00 committed by GitHub
parent d2f12b5e65
commit 39ac733d0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -90,6 +90,12 @@ export default class SettingsDisplayUiHandler extends AbstractSettingsUiHandler
label: "Català",
};
break;
case "he-IL":
this.settings[languageIndex].options[0] = {
value: "עִבְרִית",
label: "עִבְרִית",
};
break;
default:
this.settings[languageIndex].options[0] = {
value: "English",