3 - Finalised adding support for German.

This commit is contained in:
Caleb Campbell
2025-12-27 13:38:14 +11:00
parent 2bcf3cb980
commit 59d66a247e
4 changed files with 33 additions and 22 deletions

View File

@@ -15,10 +15,6 @@ import VersionSuggest from './version-suggest';
import { SettingsLabels } from './i18n/models';
import { I18N } from './i18n';
// STILL TODO:
// - Need to sort out books in PassageReference to use I18N.
// - Need to sort out smallcaps 'Lord' in German.
export default class LocalBibleRefSettingTab extends PluginSettingTab {
private readonly hiddenClass = 'local-bible-ref-hidden';