12 - Added support for Korean in settings/UI.

This commit is contained in:
Caleb Campbell
2026-01-03 14:49:29 +11:00
parent 31acfe3bae
commit 71eab49da8
8 changed files with 135 additions and 3 deletions

View File

@@ -59,6 +59,12 @@ export interface SettingsLabels {
linkToPassage: Control;
};
};
issues: {
before: string;
link: string;
after?: string;
};
}
interface Control {