mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-01-04 13:11:12 +00:00
add language_dev constant
this constant, if enabled, will display MISSING STRING: string_id if disabled, it will display the english version of string string_id
This commit is contained in:
@@ -290,7 +290,10 @@ let constants = {
|
||||
additional_routes: [],
|
||||
|
||||
database_version: 10,
|
||||
actually_backup_on_database_upgrade: true
|
||||
actually_backup_on_database_upgrade: true,
|
||||
|
||||
// enable this to display: "MISSING STRING: string_id" instead of the English version for all untranslated strings
|
||||
language_dev: false
|
||||
}
|
||||
|
||||
// Override values from config and export the result
|
||||
|
||||
Reference in New Issue
Block a user