1
0
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:
bopol
2020-11-14 12:29:10 +01:00
committed by Cadence Ember
parent bb652639cf
commit 40eeab8435
9 changed files with 20 additions and 1 deletions

View File

@@ -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