mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-04 11:41:36 +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:
parent
bb652639cf
commit
40eeab8435
9 changed files with 20 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue