mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
better i18n checks, better action disabled, fix cert download for ios
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// prettier-ignore
|
||||
export const ENGLISH = {
|
||||
export const ENGLISH: Record<string, number> = {
|
||||
'Change': 1, // verb
|
||||
'Update': 2, // verb
|
||||
'System': 4, // as in, system preferences
|
||||
@@ -680,4 +680,4 @@ export const ENGLISH = {
|
||||
'Installation Complete!': 714,
|
||||
'StartOS has been installed successfully.': 715,
|
||||
'Continue to Setup': 716,
|
||||
} as const
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user